getSticker abstract method

Future<IStandardSticker> getSticker(
  1. Snowflake id
)

Gets standard sticker with given id

Implementation

Future<IStandardSticker> getSticker(Snowflake id);