You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have both public fields for all structs and a builder for InlineQueryResultArticle right now. I think it be much better to use only builder because telegram can add new fields to types and it would break user code eventually.
Maybe InlineQueryResult* builders should take self by value, like InlineKeyboardButton, I'm not sure.
Maybe we should change CanAnswerInlineQuery and AnswerInlineQuery API, something like this:
We have both public fields for all structs and a builder for
InlineQueryResultArticle
right now. I think it be much better to use only builder because telegram can add new fields to types and it would break user code eventually.InlineKeyboardButton
, I'm not sure.CanAnswerInlineQuery
andAnswerInlineQuery
API, something like this:The text was updated successfully, but these errors were encountered: