chat property

  1. @JsonKey(name: 'chat')
Chat? get chat
inherited

Optional. Chat the original message belongs to. Available only if the chat is a supergroup or a channel.

Implementation

@JsonKey(name: 'chat')
Chat? get chat;