CreateNewStickerSet
Object Hierarchy:
Description:
public class CreateNewStickerSet :
TDObject
Creates a new sticker set. Returns the newly created sticker set
Content:
Properties:
- public string name { get; set construct; }
Sticker set name. Can contain only English letters, digits and
underscores. Must end with *"_by_<bot username>"* (*<bot_username>* is case insensitive) for bots; 0-64 characters. If
empty, then the name returned by
Client.get_suggested_sticker_set_name will be used automatically
- public bool needs_repainting { get; set construct; }
Pass true if stickers in the sticker set must be repainted; for custom
emoji sticker sets only
- public string source { get; set construct; }
Source of the sticker set; may be empty if unknown
- public StickerType sticker_type { get; set construct; }
Type of the stickers in the set
- public ArrayList<InputSticker?> stickers { get; set construct; }
List of stickers to be added to the set; 1-200 stickers for custom
emoji sticker sets, and 1-120 stickers otherwise. For TGS stickers,
Client.upload_sticker_file must be used before the sticker is shown
- public string title { get; set construct; }
Sticker set title; 1-64 characters
- public int64 user_id { get; set construct; }
Sticker set owner; ignored for regular users
Creation methods:
Inherited Members:
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