Home
last modified time | relevance | path

Searched defs:ChatRestrictionsInfo (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_peer.h75 struct ChatRestrictionsInfo { struct
77 ChatRestrictionsInfo(ChatRestrictions flags, TimeId until) in ChatRestrictionsInfo() function
81 explicit ChatRestrictionsInfo(const MTPChatBannedRights &rights) in ChatRestrictionsInfo() argument
86 ChatRestrictions flags;
87 TimeId until = 0;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dedit_participant_box.h136 Fn<void(ChatRestrictionsInfo, ChatRestrictionsInfo)> callback) { in setSaveCallback()