MessageSendingStateFailed
Object Hierarchy:
Description:
public class MessageSendingStateFailed :
MessageSendingState
The message failed to be sent
Content:
Properties:
- public bool can_retry { get; set construct; }
- public Error error { get; set construct; }
The cause of the message sending failure
- public bool need_another_reply_quote { get; set construct; }
True, if the message can be re-sent only if another quote is chosen in
the message that is replied by the given message
- public bool need_another_sender { get; set construct; }
True, if the message can be re-sent only on behalf of a different
sender
- public bool need_drop_reply { get; set construct; }
True, if the message can be re-sent only if the message to be replied
is removed. This will be done automatically by Client.resend_messages
- public int64 required_paid_message_star_count { get; set construct; }
The number of Telegram Stars that must be paid to send the message; 0
if the current amount is correct
- public double retry_after { get; set construct; }
Time left before the message can be re-sent, in seconds. No update is
sent when this field changes
Creation methods:
- public MessageSendingStateFailed (Error error, bool can_retry, bool need_another_sender, bool need_another_reply_quote, bool need_drop_reply, int64 required_paid_message_star_count, double retry_after)
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