Add more documentation for Message.can_be_edited.

GitOrigin-RevId: b55252eeb968c3075e3a532058d7cf02c338b9d8
This commit is contained in:
levlam 2019-02-27 03:02:19 +03:00
parent a7a3d3c135
commit bbf67ad700

View File

@ -492,7 +492,7 @@ messageSendingStateFailed = MessageSendingState;
//@chat_id Chat identifier
//@sending_state Information about the sending state of the message; may be null
//@is_outgoing True, if the message is outgoing
//@can_be_edited True, if the message can be edited
//@can_be_edited True, if the message can be edited. For live location and poll messages this fields shows, whether editMessageLiveLocation or stopPoll can be used with this message by the client
//@can_be_forwarded True, if the message can be forwarded
//@can_be_deleted_only_for_self True, if the message can be deleted only for the current user while other users will continue to see it
//@can_be_deleted_for_all_users True, if the message can be deleted for all users