const github.com/gotd/td/tg.ReplyInlineMarkupTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L562: ReplyInlineMarkupTypeID: "replyInlineMarkup#48a30254",
tl_registry_gen.go#L2344: "replyInlineMarkup": ReplyInlineMarkupTypeID,
tl_registry_gen.go#L4126: ReplyInlineMarkupTypeID: func() bin.Object { return &ReplyInlineMarkup{} },
tl_registry_gen.go#L6367: ReplyInlineMarkupTypeID,
tl_reply_markup_gen.go#L837: const ReplyInlineMarkupTypeID = 0x48a30254
tl_reply_markup_gen.go#L883: return ReplyInlineMarkupTypeID
tl_reply_markup_gen.go#L895: ID: ReplyInlineMarkupTypeID,
tl_reply_markup_gen.go#L915: b.PutID(ReplyInlineMarkupTypeID)
tl_reply_markup_gen.go#L938: if err := b.ConsumeID(ReplyInlineMarkupTypeID); err != nil {
tl_reply_markup_gen.go#L1044: case ReplyInlineMarkupTypeID:
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. |