Skip to content

Commit

Permalink
Update Result.php
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarjoudi authored May 28, 2021
1 parent ea0fe38 commit 97c74df
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions types/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@
*/
class Result extends Type
{
// public $id;

// public $is_bot;

// public $first_name;

// public $last_name;

// public $username;

// public $language_code;

// public $can_join_groups;

// public $can_read_all_group_messages;

// public $supports_inline_queries;

public $message_id;

private $_from;
Expand Down Expand Up @@ -71,6 +53,8 @@ class Result extends Type

private $_user;

public $author_signature;

/**
*
*/
Expand Down

0 comments on commit 97c74df

Please sign in to comment.