Class TdApi.LoginUrlInfoRequestConfirmation

  • Enclosing class:
    TdApi

    public static class TdApi.LoginUrlInfoRequestConfirmation
    extends TdApi.LoginUrlInfo
    An authorization confirmation dialog needs to be shown to the user.
    • Field Detail

      • url

        public String url
        An HTTP URL to be opened.
      • domain

        public String domain
        A domain of the URL.
      • botUserId

        public long botUserId
        User identifier of a bot linked with the website.
      • requestWriteAccess

        public boolean requestWriteAccess
        True, if the user needs to be requested to give the permission to the bot to send them messages.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LoginUrlInfoRequestConfirmation

        public LoginUrlInfoRequestConfirmation()
        An authorization confirmation dialog needs to be shown to the user.
      • LoginUrlInfoRequestConfirmation

        public LoginUrlInfoRequestConfirmation​(String url,
                                               String domain,
                                               long botUserId,
                                               boolean requestWriteAccess)
        An authorization confirmation dialog needs to be shown to the user.
        Parameters:
        url - An HTTP URL to be opened.
        domain - A domain of the URL.
        botUserId - User identifier of a bot linked with the website.
        requestWriteAccess - True, if the user needs to be requested to give the permission to the bot to send them messages.