Home
last modified time | relevance | path

Searched refs:new_chat_photo (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/
H A Dmessage.py341 new_chat_photo: List[PhotoSize] = None,
397 self.new_chat_photo = new_chat_photo or list()
560 if self.new_chat_photo:
561 data['new_chat_photo'] = [p.to_dict() for p in self.new_chat_photo]
/dports/devel/elixir-nadia/nadia-0.4.4/lib/nadia/
H A Dmodel.ex164 new_chat_photo: [],
198 new_chat_photo: [PhotoSize.t()],
H A Dparser.ex49 @keys_of_photo [:photo, :new_chat_photo]
/dports/devel/elixir-nadia/nadia-0.4.4/
H A DREADME.md91 new_chat_photo: [], new_chat_title: nil, photo: [], pinned_message: nil,
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dfilters.py977 return bool(message.new_chat_photo)
979 new_chat_photo = _NewChatPhoto() variable in Filters._StatusUpdate
1050 or self.new_chat_photo(message)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dboxes.style57 defaultChangeUserpicIcon: icon {{ "new_chat_photo", activeButtonFg }};
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp13177 DialogPhoto new_chat_photo = in on_update_chat_photo() local
13180 new_chat_photo.minithumbnail.clear(); in on_update_chat_photo()
13183 if (new_chat_photo != c->photo) { in on_update_chat_photo()
13184 c->photo = new_chat_photo; in on_update_chat_photo()
13319 DialogPhoto new_chat_photo = in on_update_channel_photo() local
13322 new_chat_photo.minithumbnail.clear(); in on_update_channel_photo()
13325 if (new_chat_photo != c->photo) { in on_update_channel_photo()
13326 c->photo = new_chat_photo; in on_update_channel_photo()