editedChannelPost property

  1. @JsonKey(name: 'edited_channel_post')
Message? get editedChannelPost
inherited

Optional. New version of a channel post that is known to the bot and was edited

Implementation

@JsonKey(name: 'edited_channel_post')
Message? get editedChannelPost;