suggestedPostMessage property
Optional. Message containing the suggested post. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
Implementation
@JsonKey(name: 'suggested_post_message')
Message? get suggestedPostMessage;