ChatEventLogFilters
Object Hierarchy:
Description:
public class ChatEventLogFilters :
Error
Represents a set of filters used to obtain a chat event log
Content:
Properties:
- public bool forum_changes { get; set construct; }
True, if forum-related actions need to be returned
- public bool info_changes { get; set construct; }
True, if changes in chat information need to be returned
- public bool invite_link_changes { get; set construct; }
True, if changes to invite links need to be returned
- public bool member_invites { get; set construct; }
True, if invited member events need to be returned
- public bool member_joins { get; set construct; }
True, if members joining events need to be returned
- public bool member_leaves { get; set construct; }
True, if members leaving events need to be returned
- public bool member_promotions { get; set construct; }
True, if member promotion/demotion events need to be returned
- public bool member_restrictions { get; set construct; }
True, if member restricted/unrestricted/banned/unbanned events need to
be returned
- public bool message_deletions { get; set construct; }
True, if message deletions need to be returned
- public bool message_edits { get; set construct; }
True, if message edits need to be returned
- public bool message_pins { get; set construct; }
True, if pin/unpin events need to be returned
- public bool setting_changes { get; set construct; }
True, if changes in chat settings need to be returned
- public bool subscription_extensions { get; set construct; }
True, if subscription extensions need to be returned
- public bool video_chat_changes { get; set construct; }
True, if video chat actions need to be returned
Creation methods:
- public ChatEventLogFilters (bool message_edits, bool message_deletions, bool message_pins, bool member_joins, bool member_leaves, bool member_invites, bool member_promotions, bool member_restrictions, bool info_changes, bool setting_changes, bool invite_link_changes, bool video_chat_changes, bool forum_changes, bool subscription_extensions)
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