BotsCanSendMessage constructor

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

Bots Can Send Message constructor.

Implementation

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