We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf7559 commit bf6e165Copy full SHA for bf6e165
configs.go
@@ -560,7 +560,6 @@ type EditMessageTextConfig struct {
560
Text string
561
ParseMode string
562
DisableWebPagePreview bool
563
- ReplyMarkup *InlineKeyboardMarkup
564
}
565
566
func (config EditMessageTextConfig) values() (url.Values, error) {
@@ -580,8 +579,7 @@ func (config EditMessageTextConfig) method() string {
580
579
// EditMessageCaptionConfig allows you to modify the caption of a message.
581
type EditMessageCaptionConfig struct {
582
BaseEdit
583
- Caption string
584
+ Caption string
585
586
587
func (config EditMessageCaptionConfig) values() (url.Values, error) {
0 commit comments