SetPinnedChats
public struct SetPinnedChats : Codable, Equatable, TDFunction
Changes the order of pinned chats
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Chat list in which to change the order of pinned chats
Declaration
Swift
public let chatList: ChatList -
The new list of pinned chats
Declaration
Swift
public let chatIds: [Int53] -
Changes the order of pinned chats
Parameters
chatListChat list in which to change the order of pinned chats
chatIdsThe new list of pinned chats
View on GitHub
Install in Dash
SetPinnedChats Structure Reference