const github.com/gotd/td/tg.BotMenuButtonTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_menu_button_gen.go#L264: const BotMenuButtonTypeID = 0xc7b57ce6
tl_bot_menu_button_gen.go#L315: return BotMenuButtonTypeID
tl_bot_menu_button_gen.go#L327: ID: BotMenuButtonTypeID,
tl_bot_menu_button_gen.go#L351: buf.PutID(BotMenuButtonTypeID)
tl_bot_menu_button_gen.go#L370: if err := buf.ConsumeID(BotMenuButtonTypeID); err != nil {
tl_bot_menu_button_gen.go#L473: case BotMenuButtonTypeID:
tl_registry_gen.go#L1094: BotMenuButtonTypeID: "botMenuButton#c7b57ce6",
tl_registry_gen.go#L2876: "botMenuButton": BotMenuButtonTypeID,
tl_registry_gen.go#L4658: BotMenuButtonTypeID: func() bin.Object { return &BotMenuButton{} },
tl_registry_gen.go#L5497: BotMenuButtonTypeID,
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. |