github.com/gotd/td/tg.MessagesSetGameScoreRequest.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_messages_set_game_score_gen.go#L44: Flags bin.Fields
tl_messages_set_game_score_gen.go#L76: if !(s.Flags.Zero()) {
tl_messages_set_game_score_gen.go#L153: Null: !s.Flags.Has(0),
tl_messages_set_game_score_gen.go#L158: Null: !s.Flags.Has(1),
tl_messages_set_game_score_gen.go#L183: s.Flags.Set(0)
tl_messages_set_game_score_gen.go#L186: s.Flags.Set(1)
tl_messages_set_game_score_gen.go#L205: if err := s.Flags.Encode(b); err != nil {
tl_messages_set_game_score_gen.go#L242: if err := s.Flags.Decode(b); err != nil {
tl_messages_set_game_score_gen.go#L246: s.EditMessage = s.Flags.Has(0)
tl_messages_set_game_score_gen.go#L247: s.Force = s.Flags.Has(1)
tl_messages_set_game_score_gen.go#L282: s.Flags.Set(0)
tl_messages_set_game_score_gen.go#L285: s.Flags.Unset(0)
tl_messages_set_game_score_gen.go#L295: return s.Flags.Has(0)
tl_messages_set_game_score_gen.go#L301: s.Flags.Set(1)
tl_messages_set_game_score_gen.go#L304: s.Flags.Unset(1)
tl_messages_set_game_score_gen.go#L314: return s.Flags.Has(1)
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. |