Home
last modified time | relevance | path

Searched refs:from_background (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.h1096 bool from_background = false; // for send_message member
1652 bool from_background = false; member
1656 MessageSendOptions(bool disable_notification, bool from_background, int32 schedule_date) in MessageSendOptions()
1657 …: disable_notification(disable_notification), from_background(from_background), schedule_date(sche… in MessageSendOptions()
H A Dcli.cpp1626 … bool disable_notification = false, bool from_background = false, int64 reply_to_message_id = 0) { in send_message() argument
1630 td_api::make_object<td_api::messageSendOptions>(disable_notification, from_background, in send_message()
H A DMessagesManager.cpp4806 STORE_FLAG(from_background); in store()
5037 PARSE_FLAG(from_background); in parse()
23723 m->from_background = options.from_background; in create_message_to_send()
24346 result.from_background = options->from_background_; in process_message_send_options()
26486 if (m->from_background) { in get_message_flags()
26792 if (messages[0]->from_background) { in do_forward_messages()
27313 MessageSendOptions options(message->disable_notification, message->from_background, in resend_messages()
27519 m->from_background = false; in add_local_message()
H A DContactsManager.cpp359 void send(const Location &location, bool from_background, int32 expire_date) { in send() argument
361 if (from_background) { in send()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/
H A DCHANGELOG.md372 …- Replaced the parameters `disable_notification` and `from_background` in the methods `sendMessage…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl1953 //@from_background Pass true if the message is sent from the background
1955 messageSendOptions disable_notification:Bool from_background:Bool scheduling_state:MessageSchedulin…