SetStickerSetTitle constructor

const SetStickerSetTitle({
  1. required String name,
  2. required String title,
})

Sets a sticker set title; for bots only

Implementation

const SetStickerSetTitle({
  required this.name,
  required this.title,
});