ChannelsGetSendAs constructor
const
ChannelsGetSendAs({
- required bool forPaidReactions,
- required bool forLiveStories,
- required InputPeerBase peer,
Channels Get Send As constructor.
Implementation
const ChannelsGetSendAs({
required this.forPaidReactions,
required this.forLiveStories,
required this.peer,
}) : super._();