Skip to content

Commit

Permalink
removed unusable property
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Aug 21, 2015
1 parent f88c6f8 commit 23b015d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Types/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class Message extends BaseType implements TypeInterface
'message_id' => true,
'from' => '\TelegramBot\Api\Types\User',
'date' => true,
'file_size' => true,
'chat' => '\TelegramBot\Api\Types\Chat',
'forward_from' => '\TelegramBot\Api\Types\User',
'forward_date' => true,
Expand Down

0 comments on commit 23b015d

Please sign in to comment.