GetChatScheduledMessages
public struct GetChatScheduledMessages : Codable, Equatable, TDFunction
Returns all scheduled messages in a chat. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id)
-
Undocumented
Declaration
Swift
public typealias Result = Messages
-
Chat identifier
Declaration
Swift
public let chatId: Int53
-
Returns all scheduled messages in a chat. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id)
Declaration
Swift
public init(chatId: Int53)
Parameters
chatId
Chat identifier