List of all members | Public Fields | Public Types | Public Instance Methods | Static Public Attributes
addGiftCollectionGifts Class Referencefinal

Inherits Function.

Description

Adds gifts to the beginning of a previously created collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection.

Returns object_ptr<GiftCollection>.

Public Fields

object_ptr< MessageSenderowner_id_
 Identifier of the user or the channel chat that owns the collection.
 
int32 collection_id_
 Identifier of the gift collection.
 
array< stringreceived_gift_ids_
 Identifier of the gifts to add to the collection; 1-getOption("gift_collection_gift_count_max") identifiers. If after addition the collection has more than getOption("gift_collection_gift_count_max") gifts, then the last one are removed from the collection.
 

Public Types

using ReturnType = object_ptr< giftCollection >
 Typedef for the type returned by the function.
 

Public Instance Methods

 addGiftCollectionGifts ()
 
 addGiftCollectionGifts (object_ptr< MessageSender > &&owner_id_, int32 collection_id_, array< string > &&received_gift_ids_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -263464606
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ addGiftCollectionGifts() [1/2]

Default constructor for a function, which adds gifts to the beginning of a previously created collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection.

Returns object_ptr<GiftCollection>.

◆ addGiftCollectionGifts() [2/2]

addGiftCollectionGifts ( object_ptr< MessageSender > &&  owner_id_,
int32  collection_id_,
array< string > &&  received_gift_ids_ 
)

Creates a function, which adds gifts to the beginning of a previously created collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection.

Returns object_ptr<GiftCollection>.

Parameters
[in]owner_id_Identifier of the user or the channel chat that owns the collection.
[in]collection_id_Identifier of the gift collection.
[in]received_gift_ids_Identifier of the gifts to add to the collection; 1-getOption("gift_collection_gift_count_max") identifiers. If after addition the collection has more than getOption("gift_collection_gift_count_max") gifts, then the last one are removed from the collection.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: