Package org.drinkless.tdlib
Class TdApi.MessageWebsiteConnected
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.TdApi.MessageWebsiteConnected
-
- Enclosing class:
- TdApi
public static class TdApi.MessageWebsiteConnected extends TdApi.MessageContent
The current user has connected a website by logging in using Telegram Login Widget on it.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringdomainNameDomain name of the connected website.
-
Constructor Summary
Constructors Constructor Description MessageWebsiteConnected()The current user has connected a website by logging in using Telegram Login Widget on it.MessageWebsiteConnected(String domainName)The current user has connected a website by logging in using Telegram Login Widget on it.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
domainName
public String domainName
Domain name of the connected website.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageWebsiteConnected
public MessageWebsiteConnected()
The current user has connected a website by logging in using Telegram Login Widget on it.
-
MessageWebsiteConnected
public MessageWebsiteConnected(String domainName)
The current user has connected a website by logging in using Telegram Login Widget on it.- Parameters:
domainName- Domain name of the connected website.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-