SearchChatRecentLocationMessages
public struct SearchChatRecentLocationMessages : Codable, Equatable, TDFunction
Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user
-
Undocumented
Declaration
Swift
public typealias Result = Messages
-
Chat identifier
Declaration
Swift
public let chatId: Int53
-
The maximum number of messages to be returned
Declaration
Swift
public let limit: Int32
-
Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user
Declaration
Swift
public init(chatId: Int53, limit: Int32)
Parameters
chatId
Chat identifier
limit
The maximum number of messages to be returned