InlineQueryResultSticker constructor

InlineQueryResultSticker({
  1. required String id,
  2. Sticker? sticker,
})

Implementation

InlineQueryResultSticker({required this.id, this.sticker});