EditForumTopic
Object Hierarchy:
Description:
public class EditForumTopic :
TDObject
Edits title and icon of a topic in a forum supergroup chat; requires can_manage_topics right in the supergroup unless the user is creator
of the topic
Content:
Properties:
- public int64 chat_id { get; set construct; }
Identifier of the chat
- public bool edit_icon_custom_emoji { get; set construct; }
Pass true to edit the icon of the topic. Icon of the General topic
can't be edited
- public int64 icon_custom_emoji_id { get; set construct; }
Identifier of the new custom emoji for topic icon; pass 0 to remove
the custom emoji. Ignored if edit_icon_custom_emoji is false. Telegram Premium users can use any custom emoji, other users can use
only a custom emoji returned by
Client.get_forum_topic_default_icons
- public int64 message_thread_id { get; set construct; }
Message thread identifier of the forum topic
- public string name { get; set construct; }
New name of the topic; 0-128 characters. If empty, the previous topic
name is kept
Creation methods:
- public EditForumTopic (int64 chat_id, int64 message_thread_id, string name, bool edit_icon_custom_emoji, int64 icon_custom_emoji_id)
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