BotsAllowSendMessage constructor

const BotsAllowSendMessage({
  1. required InputUserBase bot,
})

Bots Allow Send Message constructor.

Implementation

const BotsAllowSendMessage({
  required this.bot,
}) : super._();