Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion td/generate/scheme/td_api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -12240,7 +12240,7 @@ approveSuggestedPost chat_id:int53 message_id:int53 send_date:int32 = Ok;
//@comment Comment for the creator of the suggested post; 0-128 characters
declineSuggestedPost chat_id:int53 message_id:int53 comment:string = Ok;

//@description Sent a suggested post based on a previously sent message in a channel direct messages chat. Can be also used to suggest price or time change for an existing suggested post.
//@description Sends a suggested post based on a previously sent message in a channel direct messages chat. Can be also used to suggest price or time change for an existing suggested post.
//-Returns the sent message
//@chat_id Identifier of the channel direct messages chat
//@message_id Identifier of the message in the chat which will be sent as suggested post. Use messageProperties.can_add_offer to check whether an offer can be added
Expand Down