guestMessage property
Optional. New guest message. The bot can use the field Message.guest_query_id and the method answerGuestQuery to send a message in response.
Implementation
@JsonKey(name: 'guest_message')
Message? get guestMessage;
Optional. New guest message. The bot can use the field Message.guest_query_id and the method answerGuestQuery to send a message in response.
@JsonKey(name: 'guest_message')
Message? get guestMessage;