Package org.drinkless.tdlib
Class TdApi.SetChatDescription
- Enclosing class:
- TdApi
Changes information about a chat. Available for basic groups, supergroups, and channels. Requires canChangeInfo member right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat.static final intIdentifier uniquely determining type of the object.New chat description; 0-255 characters. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes information about a chat.SetChatDescription(long chatId, String description) Creates a function, which changes information about 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 chatIdIdentifier of the chat. -
description
New chat description; 0-255 characters. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetChatDescription
public SetChatDescription()Default constructor for a function, which changes information about a chat. Available for basic groups, supergroups, and channels. Requires canChangeInfo member right.Returns
Ok -
SetChatDescription
Creates a function, which changes information about a chat. Available for basic groups, supergroups, and channels. Requires canChangeInfo member right.Returns
Ok- Parameters:
chatId- Identifier of the chat.description- New chat description; 0-255 characters.
-
-
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
-