SetChatChatList
public struct SetChatChatList : Codable, Equatable, TDFunction
Moves a chat to a different chat list. Current chat list of the chat must ne non-null
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Chat identifier
Declaration
Swift
public let chatId: Int53 -
New chat list of the chat
Declaration
Swift
public let chatList: ChatList -
Moves a chat to a different chat list. Current chat list of the chat must ne non-null
Parameters
chatIdChat identifier
chatListNew chat list of the chat
View on GitHub
Install in Dash
SetChatChatList Structure Reference