Chats public struct Chats : Codable, Equatable, FunctionResult Represents a list of chats chatIds List of chat identifiers Declaration Swift public let chatIds: [Int53] Show on GitHub init(chatIds:) Represents a list of chats Declaration Swift public init(chatIds: [Int53]) Parameters chatIds List of chat identifiers Show on GitHub