Package org.drinkless.tdlib
Class TdApi.DeleteGiftCollection
- Enclosing class:
- TdApi
Deletes a gift collection. If the collection is owned by a channel chat, then requires canPostMessages administrator right in the channel chat.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionintIdentifier of the gift collection.static final intIdentifier uniquely determining type of the object.Identifier of the user or the channel chat that owns the collection. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which deletes a gift collection.DeleteGiftCollection(TdApi.MessageSender ownerId, int collectionId) Creates a function, which deletes a gift collection. -
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
-
ownerId
Identifier of the user or the channel chat that owns the collection. -
collectionId
public int collectionIdIdentifier of the gift collection. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeleteGiftCollection
public DeleteGiftCollection()Default constructor for a function, which deletes a gift collection. If the collection is owned by a channel chat, then requires canPostMessages administrator right in the channel chat.Returns
Ok -
DeleteGiftCollection
Creates a function, which deletes a gift collection. If the collection is owned by a channel chat, then requires canPostMessages administrator right in the channel chat.Returns
Ok- Parameters:
ownerId- Identifier of the user or the channel chat that owns the collection.collectionId- Identifier of the gift collection.
-
-
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
-