Skip to content
Download Beeper

Messages

Manage messages in chats

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