const github.com/gotd/td/tg.ReplyKeyboardHideTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L559: ReplyKeyboardHideTypeID: "replyKeyboardHide#a03e5b85",
tl_registry_gen.go#L2341: "replyKeyboardHide": ReplyKeyboardHideTypeID,
tl_registry_gen.go#L4123: ReplyKeyboardHideTypeID: func() bin.Object { return &ReplyKeyboardHide{} },
tl_registry_gen.go#L6364: ReplyKeyboardHideTypeID,
tl_reply_markup_gen.go#L54: const ReplyKeyboardHideTypeID = 0xa03e5b85
tl_reply_markup_gen.go#L103: return ReplyKeyboardHideTypeID
tl_reply_markup_gen.go#L115: ID: ReplyKeyboardHideTypeID,
tl_reply_markup_gen.go#L143: b.PutID(ReplyKeyboardHideTypeID)
tl_reply_markup_gen.go#L164: if err := b.ConsumeID(ReplyKeyboardHideTypeID); err != nil {
tl_reply_markup_gen.go#L1023: case ReplyKeyboardHideTypeID:
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. |