github.com/gotd/td/tg.DocumentAttributeCustomEmoji.Flags (field)

16 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L1521: 	Flags bin.Fields
		tl_document_attribute_gen.go#L1554: 	if !(d.Flags.Zero()) {
		tl_document_attribute_gen.go#L1621: 			Null:       !d.Flags.Has(0),
		tl_document_attribute_gen.go#L1626: 			Null:       !d.Flags.Has(1),
		tl_document_attribute_gen.go#L1643: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L1646: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L1665: 	if err := d.Flags.Encode(b); err != nil {
		tl_document_attribute_gen.go#L1695: 		if err := d.Flags.Decode(b); err != nil {
		tl_document_attribute_gen.go#L1699: 	d.Free = d.Flags.Has(0)
		tl_document_attribute_gen.go#L1700: 	d.TextColor = d.Flags.Has(1)
		tl_document_attribute_gen.go#L1721: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L1724: 		d.Flags.Unset(0)
		tl_document_attribute_gen.go#L1734: 	return d.Flags.Has(0)
		tl_document_attribute_gen.go#L1740: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L1743: 		d.Flags.Unset(1)
		tl_document_attribute_gen.go#L1753: 	return d.Flags.Has(1)