mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Business
This commit is contained in:
@@ -1080,10 +1080,14 @@ public enum ChatHistoryListSource {
|
||||
case customView(historyView: Signal<(MessageHistoryView, ViewUpdateType), NoError>)
|
||||
}
|
||||
|
||||
public enum ChatQuickReplyShortcutType {
|
||||
case generic
|
||||
case greeting
|
||||
case away
|
||||
}
|
||||
|
||||
public enum ChatCustomContentsKind: Equatable {
|
||||
case greetingMessageInput
|
||||
case awayMessageInput
|
||||
case quickReplyMessageInput(shortcut: String)
|
||||
case quickReplyMessageInput(shortcut: String, shortcutType: ChatQuickReplyShortcutType)
|
||||
}
|
||||
|
||||
public protocol ChatCustomContentsProtocol: AnyObject {
|
||||
|
||||
Reference in New Issue
Block a user