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

    Declaration

    Swift

    public init(chatId: Int53, messageId: Int53, buttonId: Int32)

    Parameters

    chatId

    Chat identifier of the message with the button

    messageId

    Message identifier of the message with the button

    buttonId

    Button identifier