GetLoginUrlInfo
public struct GetLoginUrlInfo : Codable, Equatable, TDFunction
Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button
-
Undocumented
Declaration
Swift
public typealias Result = LoginUrlInfo -
Chat identifier of the message with the button
Declaration
Swift
public let chatId: Int53 -
Message identifier of the message with the button
Declaration
Swift
public let messageId: Int53 -
Button identifier
Declaration
Swift
public let buttonId: Int32 -
Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button
Parameters
chatIdChat identifier of the message with the button
messageIdMessage identifier of the message with the button
buttonIdButton identifier
View on GitHub
Install in Dash
GetLoginUrlInfo Structure Reference