Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

Messages

Messages

Messages operations

List messages
messages.list(strchat_id, MessageListParams**kwargs) -> SyncCursorList[Message]
get/v1/chats/{chatID}/messages
Search messages
messages.search(MessageSearchParams**kwargs) -> SyncCursorSearch[Message]
get/v1/search/messages
Send a message
messages.send(strchat_id, MessageSendParams**kwargs) -> MessageSendResponse
post/v1/chats/{chatID}/messages