-
Notifications
You must be signed in to change notification settings - Fork 11
search chat recent location messages
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / searchChatRecentLocationMessages
suspend fun
TelegramFlow
.searchChatRecentLocationMessages(chatId:
Long
, limit:
Int
):
Messages
Suspend function, which returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user.
chatId
- Chat identifier.
limit
- The maximum number of messages to be returned.
Return Messages Contains a list of messages.