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

Inherits InputMessageContent.

Description

An animation message (GIF-style).

Public Fields

object_ptr< InputFileanimation_
 Animation file to be sent.
 
object_ptr< inputThumbnailthumbnail_
 Animation thumbnail; pass null to skip thumbnail uploading.
 
array< int32added_sticker_file_ids_
 File identifiers of the stickers added to the animation, if applicable.
 
int32 duration_
 Duration of the animation, in seconds.
 
int32 width_
 Width of the animation; may be replaced by the server.
 
int32 height_
 Height of the animation; may be replaced by the server.
 
object_ptr< formattedTextcaption_
 Animation caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.
 

Public Instance Methods

 inputMessageAnimation ()
 
 inputMessageAnimation (object_ptr< InputFile > &&animation_, object_ptr< inputThumbnail > &&thumbnail_, array< int32 > &&added_sticker_file_ids_, int32 duration_, int32 width_, int32 height_, object_ptr< formattedText > &&caption_)
 
std::int32_t get_id () const final
 
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 = 1208433535
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ inputMessageAnimation() [1/2]

An animation message (GIF-style).

◆ inputMessageAnimation() [2/2]

inputMessageAnimation ( object_ptr< InputFile > &&  animation_,
object_ptr< inputThumbnail > &&  thumbnail_,
array< int32 > &&  added_sticker_file_ids_,
int32  duration_,
int32  width_,
int32  height_,
object_ptr< formattedText > &&  caption_ 
)

An animation message (GIF-style).

Parameters
[in]animation_Animation file to be sent.
[in]thumbnail_Animation thumbnail; pass null to skip thumbnail uploading.
[in]added_sticker_file_ids_File identifiers of the stickers added to the animation, if applicable.
[in]duration_Duration of the animation, in seconds.
[in]width_Width of the animation; may be replaced by the server.
[in]height_Height of the animation; may be replaced by the server.
[in]caption_Animation caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ 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: