InputBotAppShortName constructor

const InputBotAppShortName({
  1. required InputUserBase botId,
  2. required String shortName,
})

Input Bot App Short Name constructor.

Implementation

const InputBotAppShortName({required this.botId, required this.shortName})
    : super._();