github.com/gotd/td/tg.EncryptedChatRequested.Flags (field)
10 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L421: Flags bin.Fields
tl_encrypted_chat_gen.go#L466: if !(e.Flags.Zero()) {
tl_encrypted_chat_gen.go#L551: Null: !e.Flags.Has(0),
tl_encrypted_chat_gen.go#L584: e.Flags.Set(0)
tl_encrypted_chat_gen.go#L603: if err := e.Flags.Encode(b); err != nil {
tl_encrypted_chat_gen.go#L606: if e.Flags.Has(0) {
tl_encrypted_chat_gen.go#L635: if err := e.Flags.Decode(b); err != nil {
tl_encrypted_chat_gen.go#L639: if e.Flags.Has(0) {
tl_encrypted_chat_gen.go#L693: e.Flags.Set(0)
tl_encrypted_chat_gen.go#L703: if !e.Flags.Has(0) {
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. |