github.com/gotd/td/tg.MessagesEditInlineBotMessageRequest.ReplyMarkup (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_edit_inline_bot_message_gen.go#L62: ReplyMarkup ReplyMarkupClass
tl_messages_edit_inline_bot_message_gen.go#L105: if !(e.ReplyMarkup == nil) {
tl_messages_edit_inline_bot_message_gen.go#L146: e.ReplyMarkup = val
tl_messages_edit_inline_bot_message_gen.go#L230: if !(e.ReplyMarkup == nil) {
tl_messages_edit_inline_bot_message_gen.go#L274: if e.ReplyMarkup == nil {
tl_messages_edit_inline_bot_message_gen.go#L277: if err := e.ReplyMarkup.Encode(b); err != nil {
tl_messages_edit_inline_bot_message_gen.go#L344: e.ReplyMarkup = value
tl_messages_edit_inline_bot_message_gen.go#L451: e.ReplyMarkup = value
tl_messages_edit_inline_bot_message_gen.go#L463: return e.ReplyMarkup, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |