BotProfileKeys constructor
const
BotProfileKeys({
- String id = 'profile_id',
- String name = 'display_name',
- String photo = 'display_photo',
- String age = 'age',
- String gender = 'gender',
- String country = 'country',
- String continent = 'continent',
- String speakingStyle = 'speakingStyle',
- String languages = 'languages',
- String interests = 'interests',
- String personalityTraits = 'personalityTraits',
- String favoriteTopics = 'favoriteTopics',
- String extra = 'profile_extra',
Implementation
const BotProfileKeys({
this.id = 'profile_id',
this.name = 'display_name',
this.photo = 'display_photo',
this.age = 'age',
this.gender = 'gender',
this.country = 'country',
this.continent = 'continent',
this.speakingStyle = 'speakingStyle',
this.languages = 'languages',
this.interests = 'interests',
this.personalityTraits = 'personalityTraits',
this.favoriteTopics = 'favoriteTopics',
this.extra = 'profile_extra',
});