Home
last modified time | relevance | path

Searched defs:chat_ids (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDependencies.h24 std::unordered_set<ChatId, ChatIdHash> chat_ids; member
H A Dcli.cpp2431 string chat_ids; in on_cmd() local
3232 vector<int64> chat_ids; in on_cmd() local
H A DMessagesManager.cpp18193 …[this, &added_dialog_ids](vector<InputDialogId> &input_dialog_ids, const vector<int64> &chat_ids) { in create_dialog_filter()
20378 vector<int64> chat_ids; in get_chat_filter_object() local
H A DContactsManager.cpp2542 void send(vector<int64> &&chat_ids) { in send()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/
H A Dtelegram.py600 def __init__(self, token, outgoing_http, chat_ids, *args, retry_delay=30, **kwargs): argument
955 def checkConfig(self, bot_token, chat_ids=None, authz=None, argument
971 def reconfigService(self, bot_token, chat_ids=None, authz=None, argument
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dfilters.py1313 def chat_ids(self) -> FrozenSet[int]: member in Filters._ChatUserBaseFilter
1318 def chat_ids(self, chat_id: SLT[int]) -> None: member in Filters._ChatUserBaseFilter