SecretChat
Object Hierarchy:
Description:
public class SecretChat :
Error
Content:
Properties:
- public int32 id_ { get; set construct; }
Secret chat identifier
- public bool is_outbound { get; set construct; }
True, if the chat was created by the current user; false otherwise
- public Bytes key_hash { get; set construct; }
Hash of the currently used key for comparison with the hash of the
chat partner's key. This is a string of 36 little-endian bytes, which must be split into groups of 2 bits, each denoting a pixel of
one of 4 colors FFFFFF, D5E6F3, 2D5775, and 2F99C9. The pixels must be used to make a 12x12 square image filled from left to right,
top to bottom. Alternatively, the first 32 bytes of the hash can be converted to the hexadecimal format and printed as 32 2-digit hex
numbers
- public int32 layer { get; set construct; }
Secret chat layer; determines features supported by the chat partner's
application. Nested text entities and underline and strikethrough entities are supported if the layer >= 101, files bigger than
2000MB are supported if the layer >= 143, spoiler and custom emoji text entities are supported if the layer >= 144
- public SecretChatState state { get; set construct; }
State of the secret chat
- public int64 user_id { get; set construct; }
Identifier of the chat partner
Creation methods:
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