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

16 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L1617: 	Flags bin.Fields
		tl_document_attribute_gen.go#L1650: 	if !(d.Flags.Zero()) {
		tl_document_attribute_gen.go#L1717: 			Null:       !d.Flags.Has(0),
		tl_document_attribute_gen.go#L1722: 			Null:       !d.Flags.Has(1),
		tl_document_attribute_gen.go#L1739: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L1742: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L1761: 	if err := d.Flags.Encode(b); err != nil {
		tl_document_attribute_gen.go#L1791: 		if err := d.Flags.Decode(b); err != nil {
		tl_document_attribute_gen.go#L1795: 	d.Free = d.Flags.Has(0)
		tl_document_attribute_gen.go#L1796: 	d.TextColor = d.Flags.Has(1)
		tl_document_attribute_gen.go#L1817: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L1820: 		d.Flags.Unset(0)
		tl_document_attribute_gen.go#L1830: 	return d.Flags.Has(0)
		tl_document_attribute_gen.go#L1836: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L1839: 		d.Flags.Unset(1)
		tl_document_attribute_gen.go#L1849: 	return d.Flags.Has(1)