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) {