github.com/gotd/td/tg.ReplyKeyboardMarkup.Flags (field)
34 uses
github.com/gotd/td/tg (current package)
tl_reply_markup_gen.go#L467: Flags bin.Fields
tl_reply_markup_gen.go#L514: if !(r.Flags.Zero()) {
tl_reply_markup_gen.go#L594: Null: !r.Flags.Has(0),
tl_reply_markup_gen.go#L599: Null: !r.Flags.Has(1),
tl_reply_markup_gen.go#L604: Null: !r.Flags.Has(2),
tl_reply_markup_gen.go#L609: Null: !r.Flags.Has(4),
tl_reply_markup_gen.go#L618: Null: !r.Flags.Has(3),
tl_reply_markup_gen.go#L627: r.Flags.Set(0)
tl_reply_markup_gen.go#L630: r.Flags.Set(1)
tl_reply_markup_gen.go#L633: r.Flags.Set(2)
tl_reply_markup_gen.go#L636: r.Flags.Set(4)
tl_reply_markup_gen.go#L639: r.Flags.Set(3)
tl_reply_markup_gen.go#L658: if err := r.Flags.Encode(b); err != nil {
tl_reply_markup_gen.go#L667: if r.Flags.Has(3) {
tl_reply_markup_gen.go#L690: if err := r.Flags.Decode(b); err != nil {
tl_reply_markup_gen.go#L694: r.Resize = r.Flags.Has(0)
tl_reply_markup_gen.go#L695: r.SingleUse = r.Flags.Has(1)
tl_reply_markup_gen.go#L696: r.Selective = r.Flags.Has(2)
tl_reply_markup_gen.go#L697: r.Persistent = r.Flags.Has(4)
tl_reply_markup_gen.go#L715: if r.Flags.Has(3) {
tl_reply_markup_gen.go#L728: r.Flags.Set(0)
tl_reply_markup_gen.go#L731: r.Flags.Unset(0)
tl_reply_markup_gen.go#L741: return r.Flags.Has(0)
tl_reply_markup_gen.go#L747: r.Flags.Set(1)
tl_reply_markup_gen.go#L750: r.Flags.Unset(1)
tl_reply_markup_gen.go#L760: return r.Flags.Has(1)
tl_reply_markup_gen.go#L766: r.Flags.Set(2)
tl_reply_markup_gen.go#L769: r.Flags.Unset(2)
tl_reply_markup_gen.go#L779: return r.Flags.Has(2)
tl_reply_markup_gen.go#L785: r.Flags.Set(4)
tl_reply_markup_gen.go#L788: r.Flags.Unset(4)
tl_reply_markup_gen.go#L798: return r.Flags.Has(4)
tl_reply_markup_gen.go#L811: r.Flags.Set(3)
tl_reply_markup_gen.go#L821: 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. |