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
inlineMessageIdInline message identifier
replyMarkupThe new message reply markup
inputMessageContentNew text content of the message. Should be of type InputMessageText
View on GitHub
Install in Dash
EditInlineMessageText Structure Reference