Home
last modified time | relevance | path

Searched refs:has_stickers (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DVideosManager.hpp27 STORE_FLAG(video->has_stickers); in store_video()
38 if (video->has_stickers) { in store_video()
51 PARSE_FLAG(video->has_stickers); in parse_video()
64 if (video->has_stickers) { in parse_video()
H A DAnimationsManager.hpp27 STORE_FLAG(animation->has_stickers); in store_animation()
37 if (animation->has_stickers) { in store_animation()
51 PARSE_FLAG(animation->has_stickers); in parse_animation()
66 if (animation->has_stickers) { in parse_animation()
H A DVideosManager.cpp44 video->file_name, video->mime_type, video->has_stickers, in get_video_object()
94 if (v->has_stickers != new_video->has_stickers && new_video->has_stickers) { in on_get_video()
95 v->has_stickers = new_video->has_stickers; in on_get_video()
181 … AnimationSize animated_thumbnail, bool has_stickers, vector<FileId> &&sticker_file_ids, in create_video() argument
196 v->has_stickers = has_stickers; in create_video()
273 if (video->has_stickers) { in get_input_media()
H A DPhoto.hpp130 STORE_FLAG(photo.has_stickers); in store()
137 if (photo.has_stickers) { in store()
153 PARSE_FLAG(photo.has_stickers); in parse()
162 if (photo.has_stickers) { in parse()
H A DVideosManager.h33 … bool has_stickers, vector<FileId> &&sticker_file_ids, string file_name, string mime_type,
76 bool has_stickers = false; variable
H A DAnimationsManager.cpp168 … animation->has_stickers, get_minithumbnail_object(animation->minithumbnail), in get_animation_object()
219 if (a->has_stickers != new_animation->has_stickers && new_animation->has_stickers) { in on_get_animation()
220 a->has_stickers = new_animation->has_stickers; in on_get_animation()
311 AnimationSize animated_thumbnail, bool has_stickers, in create_animation() argument
325 a->has_stickers = has_stickers; in create_animation()
367 if (animation->has_stickers) { in get_input_media()
714 if (animation->has_stickers) { in add_saved_animation_by_id()
H A DAnimationsManager.h38 … bool has_stickers, vector<FileId> &&sticker_file_ids, string file_name, string mime_type,
108 bool has_stickers = false; variable
H A DDocumentsManager.cpp75 bool has_stickers = false; in on_get_document() local
105 has_stickers = true; in on_get_document()
199 << ", has_stickers = " << has_stickers; in on_get_document()
423 …le_id, std::move(minithumbnail), std::move(thumbnail), std::move(animated_thumbnail), has_stickers, in on_get_document()
453 … std::move(animated_thumbnail), has_stickers, vector<FileId>(), in on_get_document()
H A DPhoto.h67 bool has_stickers = false; member
H A DPhoto.cpp706 res.has_stickers = photo->has_stickers_; in get_photo()
758 …return td_api::make_object<td_api::photo>(photo.has_stickers, get_minithumbnail_object(photo.minit… in get_photo_object()
844 if (photo.has_stickers) { in photo_get_input_media()
H A DMessageContent.cpp1668 bool has_stickers = !sticker_file_ids.empty(); in create_input_message_content() local
1670 file_id, string(), thumbnail, AnimationSize(), has_stickers, std::move(sticker_file_ids), in create_input_message_content()
1751 message_photo->photo.has_stickers = !sticker_file_ids.empty(); in create_input_message_content()
1777 bool has_stickers = !sticker_file_ids.empty(); in create_input_message_content() local
1778 td->videos_manager_->create_video(file_id, string(), thumbnail, AnimationSize(), has_stickers, in create_input_message_content()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl262 //@has_stickers True, if stickers were added to the animation. The list of corresponding sticker se…
264 animation duration:int32 width:int32 height:int32 file_name:string mime_type:string has_stickers:Bo…
275 //@description Describes a photo @has_stickers True, if stickers were added to the photo. The list …
277 photo has_stickers:Bool minithumbnail:minithumbnail sizes:vector<photoSize> = Photo;
286 //@has_stickers True, if stickers were added to the video. The list of corresponding sticker sets c…
289 video duration:int32 width:int32 height:int32 file_name:string mime_type:string has_stickers:Bool s…
H A Dtelegram_api.tl187 photo#fb197a65 flags:# has_stickers:flags.0?true id:long access_hash:long file_reference:bytes date…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/
H A DCHANGELOG.md265 - Added the field `has_stickers` to the class `animation`.
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/Resources/tl/
H A Dapi.tl197 photo#fb197a65 flags:# has_stickers:flags.0?true id:long access_hash:long file_reference:bytes date…