github.com/gotd/td/tg.UpdateShortSentMessage.Flags (field)
29 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L2434: Flags bin.Fields
tl_updates_gen.go#L2492: if !(u.Flags.Zero()) {
tl_updates_gen.go#L2588: Null: !u.Flags.Has(1),
tl_updates_gen.go#L2609: Null: !u.Flags.Has(9),
tl_updates_gen.go#L2614: Null: !u.Flags.Has(7),
tl_updates_gen.go#L2619: Null: !u.Flags.Has(25),
tl_updates_gen.go#L2628: u.Flags.Set(1)
tl_updates_gen.go#L2631: u.Flags.Set(9)
tl_updates_gen.go#L2634: u.Flags.Set(7)
tl_updates_gen.go#L2637: u.Flags.Set(25)
tl_updates_gen.go#L2656: if err := u.Flags.Encode(b); err != nil {
tl_updates_gen.go#L2663: if u.Flags.Has(9) {
tl_updates_gen.go#L2671: if u.Flags.Has(7) {
tl_updates_gen.go#L2682: if u.Flags.Has(25) {
tl_updates_gen.go#L2705: if err := u.Flags.Decode(b); err != nil {
tl_updates_gen.go#L2709: u.Out = u.Flags.Has(1)
tl_updates_gen.go#L2738: if u.Flags.Has(9) {
tl_updates_gen.go#L2745: if u.Flags.Has(7) {
tl_updates_gen.go#L2762: if u.Flags.Has(25) {
tl_updates_gen.go#L2775: u.Flags.Set(1)
tl_updates_gen.go#L2778: u.Flags.Unset(1)
tl_updates_gen.go#L2788: return u.Flags.Has(1)
tl_updates_gen.go#L2825: u.Flags.Set(9)
tl_updates_gen.go#L2835: if !u.Flags.Has(9) {
tl_updates_gen.go#L2843: u.Flags.Set(7)
tl_updates_gen.go#L2853: if !u.Flags.Has(7) {
tl_updates_gen.go#L2861: u.Flags.Set(25)
tl_updates_gen.go#L2871: if !u.Flags.Has(25) {
tl_updates_gen.go#L2879: if !u.Flags.Has(7) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |