SetBotInfoShortDescription constructor

SetBotInfoShortDescription({
  1. required int botUserId,
  2. required String languageCode,
  3. required String shortDescription,
})

Implementation

SetBotInfoShortDescription({
  required this.botUserId,
  required this.languageCode,
  required this.shortDescription,
});