pub struct Emoji {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl Emoji
impl Emoji
Sourcepub async fn list(&self) -> Result<Response<DndEndSchema>, ClientError>
pub async fn list(&self) -> Result<Response<DndEndSchema>, ClientError>
This function performs a GET to the /emoji.list endpoint.
Lists custom emoji for a team.
FROM: https://api.slack.com/methods/emoji.list
Parameters:
token: &str– Authentication token. Requires scope:emoji:read.
Auto Trait Implementations§
impl Freeze for Emoji
impl !RefUnwindSafe for Emoji
impl Send for Emoji
impl Sync for Emoji
impl Unpin for Emoji
impl !UnwindSafe for Emoji
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more