EditInlineMessageText
public struct EditInlineMessageText : Codable, Equatable, TDFunction
Edits the text of an inline text or game message sent via a bot; for bots only
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Inline message identifier
Declaration
Swift
public let inlineMessageId: String
-
The new message reply markup
Declaration
Swift
public let replyMarkup: ReplyMarkup
-
New text content of the message. Should be of type InputMessageText
Declaration
Swift
public let inputMessageContent: InputMessageContent
-
Edits the text of an inline text or game message sent via a bot; for bots only
Declaration
Swift
public init(inlineMessageId: String, replyMarkup: ReplyMarkup, inputMessageContent: InputMessageContent)
Parameters
inlineMessageId
Inline message identifier
replyMarkup
The new message reply markup
inputMessageContent
New text content of the message. Should be of type InputMessageText