mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Cleanup legacy location viewer & picker
This commit is contained in:
@@ -17,6 +17,18 @@ import ContactsPeerItem
|
||||
import ChatListSearchItemHeader
|
||||
import ItemListUI
|
||||
|
||||
enum ParticipantRevealActionType {
|
||||
case promote
|
||||
case restrict
|
||||
case remove
|
||||
}
|
||||
|
||||
struct ParticipantRevealAction: Equatable {
|
||||
let type: ItemListPeerItemRevealOptionType
|
||||
let title: String
|
||||
let action: ParticipantRevealActionType
|
||||
}
|
||||
|
||||
public enum ChannelMembersSearchMode {
|
||||
case searchMembers
|
||||
case searchAdmins
|
||||
|
||||
Reference in New Issue
Block a user