tucnak / telebot

Telebot is a Telegram bot framework in Go.
MIT License
3.95k stars 461 forks source link

update KeyboardButtonRequestUsers KeyboardButtonRequestChat api #675

Closed yaooort closed 1 month ago

yaooort commented 5 months ago

new Api

RequestName     *bool `json:"request_name,omitempty"`     // user, optional
RequestTitle    *bool `json:"request_title,omitempty"`    // chat, optional
RequestUsername *bool `json:"request_username,omitempty"` // chat & user, optional
RequestPhoto    *bool `json:"request_photo,omitempty"`    // chat & user, optional
yaooort commented 5 months ago

close #674

kyrylo commented 5 months ago

Thanks for the PR, @yaooort!

@tucnak, can we please get this merged?

kyrylo commented 1 month ago

Hey @demget! May I know why this was closed?

demget commented 1 month ago

@kyrylo already implemented in other PR