type github.com/gotd/td/tg.DocumentAttributeCustomEmoji
37 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1612: type DocumentAttributeCustomEmoji struct {
tl_document_attribute_gen.go#L1634: func (d DocumentAttributeCustomEmoji) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L1638: _ bin.Encoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1639: _ bin.Decoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1640: _ bin.BareEncoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1641: _ bin.BareDecoder = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1643: _ DocumentAttributeClass = &DocumentAttributeCustomEmoji{}
tl_document_attribute_gen.go#L1646: func (d *DocumentAttributeCustomEmoji) Zero() bool {
tl_document_attribute_gen.go#L1670: func (d *DocumentAttributeCustomEmoji) String() string {
tl_document_attribute_gen.go#L1674: type Alias DocumentAttributeCustomEmoji
tl_document_attribute_gen.go#L1679: func (d *DocumentAttributeCustomEmoji) FillFrom(from interface {
tl_document_attribute_gen.go#L1694: func (*DocumentAttributeCustomEmoji) TypeID() uint32 {
tl_document_attribute_gen.go#L1699: func (*DocumentAttributeCustomEmoji) TypeName() string {
tl_document_attribute_gen.go#L1704: func (d *DocumentAttributeCustomEmoji) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L1737: func (d *DocumentAttributeCustomEmoji) SetFlags() {
tl_document_attribute_gen.go#L1747: func (d *DocumentAttributeCustomEmoji) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1756: func (d *DocumentAttributeCustomEmoji) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1775: func (d *DocumentAttributeCustomEmoji) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1786: func (d *DocumentAttributeCustomEmoji) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1815: func (d *DocumentAttributeCustomEmoji) SetFree(value bool) {
tl_document_attribute_gen.go#L1826: func (d *DocumentAttributeCustomEmoji) GetFree() (value bool) {
tl_document_attribute_gen.go#L1834: func (d *DocumentAttributeCustomEmoji) SetTextColor(value bool) {
tl_document_attribute_gen.go#L1845: func (d *DocumentAttributeCustomEmoji) GetTextColor() (value bool) {
tl_document_attribute_gen.go#L1853: func (d *DocumentAttributeCustomEmoji) GetAlt() (value string) {
tl_document_attribute_gen.go#L1861: func (d *DocumentAttributeCustomEmoji) GetStickerset() (value InputStickerSetClass) {
tl_document_attribute_gen.go#L1979: 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#L5449: DocumentAttributeCustomEmojiTypeID: func() bin.Object { return &DocumentAttributeCustomEmoji{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |