Home
last modified time | relevance | path

Searched refs:_ChatType (Results 1 – 3 of 3) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/src/Frontend/
H A DChatViewInfoAttribute.cs37 private ChatType _ChatType; field in Smuxi.Frontend.ChatViewInfoAttribute
42 return _ChatType;
45 _ChatType = value;
/dports/irc/smuxi/smuxi-1.1/src/Engine/Chats/
H A DChatModel.cs39 private ChatType _ChatType; field in Smuxi.Engine.ChatModel
66 return _ChatType;
187 _ChatType = chatType; in ChatModel()
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dfilters.py1194 class _ChatType(MessageFilter): class in Filters
1240 chat_type = _ChatType()