Interface UpdateMessageSuggestedPostInfo

Information about suggested post of a message was changed. Subtype of Update.

interface UpdateMessageSuggestedPostInfo {
    @type: "updateMessageSuggestedPostInfo";
    chat_id: number;
    message_id: number;
    suggested_post_info: SuggestedPostInfo;
}

Properties

@type: "updateMessageSuggestedPostInfo"
chat_id: number

Chat identifier.

message_id: number

Message identifier.

suggested_post_info: SuggestedPostInfo

The new information about the suggested post.