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
// InlineQueryResultsButton represents a button to be shown above inline query results. You must use exactly one of the optional fields.
1408
1408
typeInlineQueryResultsButtonstruct {
1409
-
//Label text on the button
1409
+
//Label text on the button
1410
1410
Textstring`json:"text"`
1411
1411
//Description of the Web App that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method switchInlineQuery inside the Web App.
@@ -2410,7 +2410,7 @@ type NewStickerSetConfig struct {
2410
2410
Titlestring
2411
2411
Stickers []InputSticker
2412
2412
StickerTypestring
2413
-
NeedsRepaintingbool//optional; Pass True if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only
2413
+
NeedsRepaintingbool//optional; Pass True if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context; for custom emoji sticker sets only
0 commit comments