mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
change gender name
There are only 3 genders, intersex people are born with sex characteristics (including genitals, gonads and chromosome patterns) that do not fit typical binary notions of male or female bodies.
This commit is contained in:
parent
e70a76ff63
commit
b3748710d2
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ async def process_age(message: types.Message, state: FSMContext):
|
||||||
# Configure ReplyKeyboardMarkup
|
# Configure ReplyKeyboardMarkup
|
||||||
markup = types.ReplyKeyboardMarkup(resize_keyboard=True, selective=True)
|
markup = types.ReplyKeyboardMarkup(resize_keyboard=True, selective=True)
|
||||||
markup.add("Male", "Female")
|
markup.add("Male", "Female")
|
||||||
markup.add("Other")
|
markup.add("Intersex")
|
||||||
|
|
||||||
await message.reply("What is your gender?", reply_markup=markup)
|
await message.reply("What is your gender?", reply_markup=markup)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue