MessageLinkInfo
Object Hierarchy:
Description:
public class MessageLinkInfo :
Error
Contains information about a link to a message or a forum topic in a chat
Content:
Properties:
- public int64 chat_id { get; set construct; }
If found, identifier of the chat to which the link points, 0 otherwise
- public bool for_album { get; set construct; }
True, if the whole media album to which the message belongs is linked
- public bool is_public { get; set construct; }
True, if the link is a public link for a message or a forum topic in a
chat
- public int32 media_timestamp { get; set construct; }
Timestamp from which the video/audio/video note/voice note/story
playing must start, in seconds; 0 if not specified. The media can be in the message content or in its link preview
- public Message? message { get; set construct; }
If found, the linked message; may be null
- public int64 message_thread_id { get; set construct; }
If found, identifier of the message thread in which to open the
message, or a forum topic to open if the message is missing
Creation methods:
- public MessageLinkInfo (bool is_public, int64 chat_id, int64 message_thread_id, Message? message, int32 media_timestamp, bool for_album)
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