github.com/gotd/td/tg.ReplyKeyboardHide.Flags (field)
10 uses
github.com/gotd/td/tg (current package)
tl_reply_markup_gen.go#L43: Flags bin.Fields
tl_reply_markup_gen.go#L73: if !(r.Flags.Zero()) {
tl_reply_markup_gen.go#L125: Null: !r.Flags.Has(2),
tl_reply_markup_gen.go#L134: r.Flags.Set(2)
tl_reply_markup_gen.go#L153: if err := r.Flags.Encode(b); err != nil {
tl_reply_markup_gen.go#L176: if err := r.Flags.Decode(b); err != nil {
tl_reply_markup_gen.go#L180: r.Selective = r.Flags.Has(2)
tl_reply_markup_gen.go#L187: r.Flags.Set(2)
tl_reply_markup_gen.go#L190: r.Flags.Unset(2)
tl_reply_markup_gen.go#L200: return r.Flags.Has(2)
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. |