type github.com/gotd/td/tg.DocumentAttributeCustomEmoji
37 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1516: type DocumentAttributeCustomEmoji struct {
tl_document_attribute_gen.go#L1538: func (d DocumentAttributeCustomEmoji) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L1542: _ bin.Encoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1543: _ bin.Decoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1544: _ bin.BareEncoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1545: _ bin.BareDecoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1547: _ DocumentAttributeClass = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1550: func (d *DocumentAttributeCustomEmoji) Zero() bool {
tl_document_attribute_gen.go#L1574: func (d *DocumentAttributeCustomEmoji) String() string {
tl_document_attribute_gen.go#L1578: type Alias DocumentAttributeCustomEmoji
tl_document_attribute_gen.go#L1583: func (d *DocumentAttributeCustomEmoji) FillFrom(from interface {
tl_document_attribute_gen.go#L1598: func (*DocumentAttributeCustomEmoji) TypeID() uint32 {
tl_document_attribute_gen.go#L1603: func (*DocumentAttributeCustomEmoji) TypeName() string {
tl_document_attribute_gen.go#L1608: func (d *DocumentAttributeCustomEmoji) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L1641: func (d *DocumentAttributeCustomEmoji) SetFlags() {
tl_document_attribute_gen.go#L1651: func (d *DocumentAttributeCustomEmoji) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1660: func (d *DocumentAttributeCustomEmoji) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1679: func (d *DocumentAttributeCustomEmoji) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1690: func (d *DocumentAttributeCustomEmoji) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1719: func (d *DocumentAttributeCustomEmoji) SetFree(value bool) {
tl_document_attribute_gen.go#L1730: func (d *DocumentAttributeCustomEmoji) GetFree() (value bool) {
tl_document_attribute_gen.go#L1738: func (d *DocumentAttributeCustomEmoji) SetTextColor(value bool) {
tl_document_attribute_gen.go#L1749: func (d *DocumentAttributeCustomEmoji) GetTextColor() (value bool) {
tl_document_attribute_gen.go#L1757: func (d *DocumentAttributeCustomEmoji) GetAlt() (value string) {
tl_document_attribute_gen.go#L1765: func (d *DocumentAttributeCustomEmoji) GetStickerset() (value InputStickerSetClass) {
tl_document_attribute_gen.go#L1873: v := DocumentAttributeCustomEmoji{}
tl_document_attribute_slices_gen.go#L187: value, ok := elem.(*DocumentAttributeCustomEmoji)
tl_document_attribute_slices_gen.go#L608: type DocumentAttributeCustomEmojiArray []DocumentAttributeCustomEmoji
tl_document_attribute_slices_gen.go#L611: func (s DocumentAttributeCustomEmojiArray) Sort(less func(a, b DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
tl_document_attribute_slices_gen.go#L619: func (s DocumentAttributeCustomEmojiArray) SortStable(less func(a, b DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
tl_document_attribute_slices_gen.go#L627: func (s DocumentAttributeCustomEmojiArray) Retain(keep func(x DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
tl_document_attribute_slices_gen.go#L641: func (s DocumentAttributeCustomEmojiArray) First() (v DocumentAttributeCustomEmoji, ok bool) {
tl_document_attribute_slices_gen.go#L649: func (s DocumentAttributeCustomEmojiArray) Last() (v DocumentAttributeCustomEmoji, ok bool) {
tl_document_attribute_slices_gen.go#L657: func (s *DocumentAttributeCustomEmojiArray) PopFirst() (v DocumentAttributeCustomEmoji, ok bool) {
tl_document_attribute_slices_gen.go#L667: var zero DocumentAttributeCustomEmoji
tl_document_attribute_slices_gen.go#L676: func (s *DocumentAttributeCustomEmojiArray) Pop() (v DocumentAttributeCustomEmoji, ok bool) {
tl_registry_gen.go#L4067: DocumentAttributeCustomEmojiTypeID: func() bin.Object { return &DocumentAttributeCustomEmoji{} },
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. |