Package org.drinkless.tdlib
Class TdApi.SetChatPhoto
- Enclosing class:
- TdApi
Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo member right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.New chat photo; pass null to delete the chat photo. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the photo of a chat.SetChatPhoto(long chatId, TdApi.InputChatPhoto photo) Creates a function, which changes the photo of 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. -
photo
New chat photo; pass null to delete the chat photo. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetChatPhoto
public SetChatPhoto()Default constructor for a function, which changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo member right.Returns
Ok -
SetChatPhoto
Creates a function, which changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo member right.Returns
Ok- Parameters:
chatId- Chat identifier.photo- New chat photo; pass null to delete the chat photo.
-
-
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
-