getSticker method

Future<StandardSticker> getSticker(
  1. Snowflake id
)

Gets standard sticker with given id

Implementation

Future<StandardSticker> getSticker(Snowflake id) =>
    this.httpEndpoints.getSticker(id);