Get messages from a specific chat and be added to this chat

chat/GetMessages
SUBSCRIBE chat/GetMessages

Get Messages Payload

Payload

  • chatId integer
  • limit integer
Payload example
{
  "chatId": 83,
  "limit": 42
}