lHappYzz / telegram-bot

2 stars 0 forks source link

Integrate reply_markup objects #39

Open lHappYzz opened 11 months ago

lHappYzz commented 11 months ago

https://core.telegram.org/bots/api#sendmessage

lHappYzz commented 11 months ago

InlineKeyboardReplyMarkup

  1. InlineKeyboardMarkup

    • [x] text
    • [x] url
    • [x] callback_data
    • [ ] web_app
    • [ ] login_url
    • [x] switch_inline_query
    • [x] switch_inline_query_current_chat
    • [x] switch_inline_query_chosen_chat
    • [ ] callback_game
    • [ ] pay
  2. ReplyKeyboardMarkup

    • [x] keyboard
    • [x] is_persistent
    • [x] resize_keyboard
    • [x] one_time_keyboard
    • [x] input_field_placeholder
    • [x] selective 2.1 KeyboardButton
    • [x] text
    • [x] request_user
    • [x] request_chat
    • [x] request_contact
    • [x] request_location
    • [x] request_poll
    • [ ] web_app
  3. ReplyKeyboardRemove

    • [x] remove_keyboard
    • [x] selective
  4. ForceReply

    • [x] force_reply
    • [x] input_field_placeholder
    • [x] selective