TelegramInitData constructor

TelegramInitData({
  1. required TelegramUser user,
  2. required int? chatInstance,
  3. required String? chatType,
  4. required String? queryId,
  5. required int authDate,
  6. required String hash,
  7. required String raw,
})

Implementation

TelegramInitData({
  required this.user,
  required this.chatInstance,
  required this.chatType,
  required this.queryId,
  required this.authDate,
  required this.hash,
  required this.raw,
});