Commit c499c1c5 authored by Jack'lul's avatar Jack'lul

Fix for #596

parent 45aa5f7a
......@@ -57,7 +57,7 @@ class Message extends Entity
'chat' => Chat::class,
'forward_from' => User::class,
'forward_from_chat' => Chat::class,
'reply_to_message' => self::class,
'reply_to_message' => ReplyToMessage::class,
'entities' => MessageEntity::class,
'audio' => Audio::class,
'document' => Document::class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment