Package org.drinkless.tdlib
Class TdApi.CheckChatUsername
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.CheckChatUsernameResult>
org.drinkless.tdlib.TdApi.CheckChatUsername
- Enclosing class:
- TdApi
Checks whether a username can be set for a chat.
Returns CheckChatUsernameResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier; must be identifier of a supergroup chat, or a channel chat, or a private chat with self, or 0 if the chat is being created.static final intIdentifier uniquely determining type of the object.Username to be checked. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which checks whether a username can be set for a chat.CheckChatUsername(long chatId, String username) Creates a function, which checks whether a username can be set for a chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier; must be identifier of a supergroup chat, or a channel chat, or a private chat with self, or 0 if the chat is being created. -
username
Username to be checked. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CheckChatUsername
public CheckChatUsername()Default constructor for a function, which checks whether a username can be set for a chat.Returns
CheckChatUsernameResult -
CheckChatUsername
Creates a function, which checks whether a username can be set for a chat.Returns
CheckChatUsernameResult- Parameters:
chatId- Chat identifier; must be identifier of a supergroup chat, or a channel chat, or a private chat with self, or 0 if the chat is being created.username- Username to be checked.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-