DeleteChatReplyMarkup
public struct DeleteChatReplyMarkup : Codable, Equatable, TDFunction
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup will be changed
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Chat identifier
Declaration
Swift
public let chatId: Int53
-
The message identifier of the used keyboard
Declaration
Swift
public let messageId: Int53
-
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup will be changed
Parameters
chatId
Chat identifier
messageId
The message identifier of the used keyboard