GetCreatedPublicChats
public struct GetCreatedPublicChats : Codable, Equatable, TDFunction
Returns a list of public chats of the specified type, owned by the user
-
Undocumented
Declaration
Swift
public typealias Result = Chats
-
Type of the public chats to return
Declaration
Swift
public let type: PublicChatType
-
Returns a list of public chats of the specified type, owned by the user
Declaration
Swift
public init(type: PublicChatType)
Parameters
type
Type of the public chats to return