type github.com/gotd/td/tg.EmojiStatusCollectible

43 uses

	github.com/gotd/td/tg (current package)
		tl_emoji_status_gen.go#L357: type EmojiStatusCollectible struct {
		tl_emoji_status_gen.go#L423: func (e EmojiStatusCollectible) construct() EmojiStatusClass { return &e }
		tl_emoji_status_gen.go#L427: 	_ bin.Encoder     = &EmojiStatusCollectible{}
		tl_emoji_status_gen.go#L428: 	_ bin.Decoder     = &EmojiStatusCollectible{}
		tl_emoji_status_gen.go#L429: 	_ bin.BareEncoder = &EmojiStatusCollectible{}
		tl_emoji_status_gen.go#L430: 	_ bin.BareDecoder = &EmojiStatusCollectible{}
		tl_emoji_status_gen.go#L432: 	_ EmojiStatusClass = &EmojiStatusCollectible{}
		tl_emoji_status_gen.go#L435: func (e *EmojiStatusCollectible) Zero() bool {
		tl_emoji_status_gen.go#L477: func (e *EmojiStatusCollectible) String() string {
		tl_emoji_status_gen.go#L481: 	type Alias EmojiStatusCollectible
		tl_emoji_status_gen.go#L486: func (e *EmojiStatusCollectible) FillFrom(from interface {
		tl_emoji_status_gen.go#L516: func (*EmojiStatusCollectible) TypeID() uint32 {
		tl_emoji_status_gen.go#L521: func (*EmojiStatusCollectible) TypeName() string {
		tl_emoji_status_gen.go#L526: func (e *EmojiStatusCollectible) TypeInfo() tdp.Type {
		tl_emoji_status_gen.go#L582: func (e *EmojiStatusCollectible) SetFlags() {
		tl_emoji_status_gen.go#L589: func (e *EmojiStatusCollectible) Encode(b *bin.Buffer) error {
		tl_emoji_status_gen.go#L598: func (e *EmojiStatusCollectible) EncodeBare(b *bin.Buffer) error {
		tl_emoji_status_gen.go#L622: func (e *EmojiStatusCollectible) Decode(b *bin.Buffer) error {
		tl_emoji_status_gen.go#L633: func (e *EmojiStatusCollectible) DecodeBare(b *bin.Buffer) error {
		tl_emoji_status_gen.go#L716: func (e *EmojiStatusCollectible) GetCollectibleID() (value int64) {
		tl_emoji_status_gen.go#L724: func (e *EmojiStatusCollectible) GetDocumentID() (value int64) {
		tl_emoji_status_gen.go#L732: func (e *EmojiStatusCollectible) GetTitle() (value string) {
		tl_emoji_status_gen.go#L740: func (e *EmojiStatusCollectible) GetSlug() (value string) {
		tl_emoji_status_gen.go#L748: func (e *EmojiStatusCollectible) GetPatternDocumentID() (value int64) {
		tl_emoji_status_gen.go#L756: func (e *EmojiStatusCollectible) GetCenterColor() (value int) {
		tl_emoji_status_gen.go#L764: func (e *EmojiStatusCollectible) GetEdgeColor() (value int) {
		tl_emoji_status_gen.go#L772: func (e *EmojiStatusCollectible) GetPatternColor() (value int) {
		tl_emoji_status_gen.go#L780: func (e *EmojiStatusCollectible) GetTextColor() (value int) {
		tl_emoji_status_gen.go#L788: func (e *EmojiStatusCollectible) SetUntil(value int) {
		tl_emoji_status_gen.go#L795: func (e *EmojiStatusCollectible) GetUntil() (value int, ok bool) {
		tl_emoji_status_gen.go#L1107: func (e *EmojiStatusCollectible) AsNotEmpty() (NotEmptyEmojiStatus, bool) {
		tl_emoji_status_gen.go#L1141: 		v := EmojiStatusCollectible{}
		tl_emoji_status_slices_gen.go#L135: 		value, ok := elem.(*EmojiStatusCollectible)
		tl_emoji_status_slices_gen.go#L296: type EmojiStatusCollectibleArray []EmojiStatusCollectible
		tl_emoji_status_slices_gen.go#L299: func (s EmojiStatusCollectibleArray) Sort(less func(a, b EmojiStatusCollectible) bool) EmojiStatusCollectibleArray {
		tl_emoji_status_slices_gen.go#L307: func (s EmojiStatusCollectibleArray) SortStable(less func(a, b EmojiStatusCollectible) bool) EmojiStatusCollectibleArray {
		tl_emoji_status_slices_gen.go#L315: func (s EmojiStatusCollectibleArray) Retain(keep func(x EmojiStatusCollectible) bool) EmojiStatusCollectibleArray {
		tl_emoji_status_slices_gen.go#L329: func (s EmojiStatusCollectibleArray) First() (v EmojiStatusCollectible, ok bool) {
		tl_emoji_status_slices_gen.go#L337: func (s EmojiStatusCollectibleArray) Last() (v EmojiStatusCollectible, ok bool) {
		tl_emoji_status_slices_gen.go#L345: func (s *EmojiStatusCollectibleArray) PopFirst() (v EmojiStatusCollectible, ok bool) {
		tl_emoji_status_slices_gen.go#L355: 	var zero EmojiStatusCollectible
		tl_emoji_status_slices_gen.go#L364: func (s *EmojiStatusCollectibleArray) Pop() (v EmojiStatusCollectible, ok bool) {
		tl_registry_gen.go#L6139: 		EmojiStatusCollectibleTypeID:                                            func() bin.Object { return &EmojiStatusCollectible{} },