1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Generated by atproto-codegen. Do not edit.
#[path = "acceptConvo.rs"]
pub mod accept_convo;
#[path = "addReaction.rs"]
pub mod add_reaction;
pub mod defs;
#[path = "deleteMessageForSelf.rs"]
pub mod delete_message_for_self;
#[path = "getConvo.rs"]
pub mod get_convo;
#[path = "getConvoAvailability.rs"]
pub mod get_convo_availability;
#[path = "getConvoForMembers.rs"]
pub mod get_convo_for_members;
#[path = "getLog.rs"]
pub mod get_log;
#[path = "getMessages.rs"]
pub mod get_messages;
#[path = "leaveConvo.rs"]
pub mod leave_convo;
#[path = "listConvos.rs"]
pub mod list_convos;
#[path = "muteConvo.rs"]
pub mod mute_convo;
#[path = "removeReaction.rs"]
pub mod remove_reaction;
#[path = "sendMessage.rs"]
pub mod send_message;
#[path = "sendMessageBatch.rs"]
pub mod send_message_batch;
#[path = "unmuteConvo.rs"]
pub mod unmute_convo;
#[path = "updateAllRead.rs"]
pub mod update_all_read;
#[path = "updateRead.rs"]
pub mod update_read;