StickerSetInfo
Object Hierarchy:
Description:
public class StickerSetInfo :
Error
Represents short information about a sticker set
Content:
Properties:
- public ArrayList<Sticker?> covers { get; set construct; }
Up to the first 5 stickers from the set, depending on the context. If
the application needs more stickers the full sticker set needs to be requested
- public int64 id_ { get; set construct; }
Identifier of the sticker set
- public bool is_allowed_as_chat_emoji_status { get; set construct; }
True, if stickers in the sticker set are custom emoji that can be used
as chat emoji status; for custom emoji sticker sets only
- public bool is_archived { get; set construct; }
True, if the sticker set has been archived. A sticker set can't be
installed and archived simultaneously
- public bool is_installed { get; set construct; }
True, if the sticker set has been installed by the current user
- public bool is_official { get; set construct; }
True, if the sticker set is official
- public bool is_owned { get; set construct; }
True, if the sticker set is owned by the current user
- public bool is_viewed { get; set construct; }
True for already viewed trending sticker sets
- public string name { get; set construct; }
Name of the sticker set
- public bool needs_repainting { get; set construct; }
True, if stickers in the sticker set are custom emoji that must be
repainted; for custom emoji sticker sets only
- public int32 size { get; set construct; }
Total number of stickers in the set
- public StickerType sticker_type { get; set construct; }
Type of the stickers in the set
- public Thumbnail? thumbnail { get; set construct; }
Sticker set thumbnail in WEBP, TGS, or WEBM format with width and
height 100; may be null. The file can be downloaded only before the thumbnail is changed
- public Outline? thumbnail_outline { get; set construct; }
Sticker set thumbnail's outline; may be null if unknown
- public string title { get; set construct; }
Title of the sticker set
Creation methods:
- public StickerSetInfo (int64 id_, string title, string name, Thumbnail? thumbnail, Outline? thumbnail_outline, bool is_owned, bool is_installed, bool is_archived, bool is_official, StickerType sticker_type, bool needs_repainting, bool is_allowed_as_chat_emoji_status, bool is_viewed, int32 size, ArrayList<Sticker?> covers)
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref