EditMessageReplyMarkup
public struct EditMessageReplyMarkup : Codable, Equatable, TDFunction
Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side
-
Undocumented
Declaration
Swift
public typealias Result = Message
-
The chat the message belongs to
Declaration
Swift
public let chatId: Int53
-
Identifier of the message
Declaration
Swift
public let messageId: Int53
-
The new message reply markup
Declaration
Swift
public let replyMarkup: ReplyMarkup
-
Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side
Declaration
Swift
public init(chatId: Int53, messageId: Int53, replyMarkup: ReplyMarkup)
Parameters
chatId
The chat the message belongs to
messageId
Identifier of the message
replyMarkup
The new message reply markup