github.com/gotd/td/tg.UpdateShortSentMessage.Flags (field)
29 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L2427: Flags bin.Fields
tl_updates_gen.go#L2485: if !(u.Flags.Zero()) {
tl_updates_gen.go#L2581: Null: !u.Flags.Has(1),
tl_updates_gen.go#L2602: Null: !u.Flags.Has(9),
tl_updates_gen.go#L2607: Null: !u.Flags.Has(7),
tl_updates_gen.go#L2612: Null: !u.Flags.Has(25),
tl_updates_gen.go#L2621: u.Flags.Set(1)
tl_updates_gen.go#L2624: u.Flags.Set(9)
tl_updates_gen.go#L2627: u.Flags.Set(7)
tl_updates_gen.go#L2630: u.Flags.Set(25)
tl_updates_gen.go#L2649: if err := u.Flags.Encode(b); err != nil {
tl_updates_gen.go#L2656: if u.Flags.Has(9) {
tl_updates_gen.go#L2664: if u.Flags.Has(7) {
tl_updates_gen.go#L2675: if u.Flags.Has(25) {
tl_updates_gen.go#L2698: if err := u.Flags.Decode(b); err != nil {
tl_updates_gen.go#L2702: u.Out = u.Flags.Has(1)
tl_updates_gen.go#L2731: if u.Flags.Has(9) {
tl_updates_gen.go#L2738: if u.Flags.Has(7) {
tl_updates_gen.go#L2755: if u.Flags.Has(25) {
tl_updates_gen.go#L2768: u.Flags.Set(1)
tl_updates_gen.go#L2771: u.Flags.Unset(1)
tl_updates_gen.go#L2781: return u.Flags.Has(1)
tl_updates_gen.go#L2818: u.Flags.Set(9)
tl_updates_gen.go#L2828: if !u.Flags.Has(9) {
tl_updates_gen.go#L2836: u.Flags.Set(7)
tl_updates_gen.go#L2846: if !u.Flags.Has(7) {
tl_updates_gen.go#L2854: u.Flags.Set(25)
tl_updates_gen.go#L2864: if !u.Flags.Has(25) {
tl_updates_gen.go#L2872: if !u.Flags.Has(7) {
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. |