Expand description
API bindings of Misskey, including requests/responses of endpoints and messages on channels, for misskey-rs.
Modules§
Traits§
- Entity
- Trait for entity types that has an ID.
- Entity
Ref - Trait for types that serves as a reference (i.e. ID) to
E. - Offset
Pagination Request Requestthat can be paginated viaoffset.- Pagination
Item - Paginated item type in
PaginationRequest. - Pagination
Request Requestthat can be paginated viasince_idanduntil_id.