pinnedMessage property
Optional. Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it is itself a reply.
Implementation
@JsonKey(name: 'pinned_message')
Message? get pinnedMessage;