UserTypeBot constructor
const
UserTypeBot({})
A bot (see https://core.telegram.org/bots)
Implementation
const UserTypeBot({
required this.canJoinGroups,
required this.canReadAllGroupMessages,
required this.isInline,
required this.inlineQueryPlaceholder,
required this.needLocation,
});