github.com/gotd/td/tg.ReplyKeyboardForceReply.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_reply_markup_gen.go#L212: Flags bin.Fields
tl_reply_markup_gen.go#L251: if !(r.Flags.Zero()) {
tl_reply_markup_gen.go#L316: Null: !r.Flags.Has(1),
tl_reply_markup_gen.go#L321: Null: !r.Flags.Has(2),
tl_reply_markup_gen.go#L326: Null: !r.Flags.Has(3),
tl_reply_markup_gen.go#L335: r.Flags.Set(1)
tl_reply_markup_gen.go#L338: r.Flags.Set(2)
tl_reply_markup_gen.go#L341: r.Flags.Set(3)
tl_reply_markup_gen.go#L360: if err := r.Flags.Encode(b); err != nil {
tl_reply_markup_gen.go#L363: if r.Flags.Has(3) {
tl_reply_markup_gen.go#L386: if err := r.Flags.Decode(b); err != nil {
tl_reply_markup_gen.go#L390: r.SingleUse = r.Flags.Has(1)
tl_reply_markup_gen.go#L391: r.Selective = r.Flags.Has(2)
tl_reply_markup_gen.go#L392: if r.Flags.Has(3) {
tl_reply_markup_gen.go#L405: r.Flags.Set(1)
tl_reply_markup_gen.go#L408: r.Flags.Unset(1)
tl_reply_markup_gen.go#L418: return r.Flags.Has(1)
tl_reply_markup_gen.go#L424: r.Flags.Set(2)
tl_reply_markup_gen.go#L427: r.Flags.Unset(2)
tl_reply_markup_gen.go#L437: return r.Flags.Has(2)
tl_reply_markup_gen.go#L442: r.Flags.Set(3)
tl_reply_markup_gen.go#L452: if !r.Flags.Has(3) {
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. |