ChannelsGetSendAs constructor

const ChannelsGetSendAs({
  1. required bool forPaidReactions,
  2. required bool forLiveStories,
  3. required InputPeerBase peer,
})

Channels Get Send As constructor.

Implementation

const ChannelsGetSendAs({
  required this.forPaidReactions,
  required this.forLiveStories,
  required this.peer,
}) : super._();