type github.com/gotd/td/tg.ReactionCustomEmoji
31 uses
github.com/gotd/td/tg (current package)
tl_reaction_gen.go#L278: type ReactionCustomEmoji struct {
tl_reaction_gen.go#L290: func (r ReactionCustomEmoji) construct() ReactionClass { return &r }
tl_reaction_gen.go#L294: _ bin.Encoder = &ReactionCustomEmoji{}
tl_reaction_gen.go#L295: _ bin.Decoder = &ReactionCustomEmoji{}
tl_reaction_gen.go#L296: _ bin.BareEncoder = &ReactionCustomEmoji{}
tl_reaction_gen.go#L297: _ bin.BareDecoder = &ReactionCustomEmoji{}
tl_reaction_gen.go#L299: _ ReactionClass = &ReactionCustomEmoji{}
tl_reaction_gen.go#L302: func (r *ReactionCustomEmoji) Zero() bool {
tl_reaction_gen.go#L314: func (r *ReactionCustomEmoji) String() string {
tl_reaction_gen.go#L318: type Alias ReactionCustomEmoji
tl_reaction_gen.go#L323: func (r *ReactionCustomEmoji) FillFrom(from interface {
tl_reaction_gen.go#L332: func (*ReactionCustomEmoji) TypeID() uint32 {
tl_reaction_gen.go#L337: func (*ReactionCustomEmoji) TypeName() string {
tl_reaction_gen.go#L342: func (r *ReactionCustomEmoji) TypeInfo() tdp.Type {
tl_reaction_gen.go#L361: func (r *ReactionCustomEmoji) Encode(b *bin.Buffer) error {
tl_reaction_gen.go#L370: func (r *ReactionCustomEmoji) EncodeBare(b *bin.Buffer) error {
tl_reaction_gen.go#L379: func (r *ReactionCustomEmoji) Decode(b *bin.Buffer) error {
tl_reaction_gen.go#L390: func (r *ReactionCustomEmoji) DecodeBare(b *bin.Buffer) error {
tl_reaction_gen.go#L405: func (r *ReactionCustomEmoji) GetDocumentID() (value int64) {
tl_reaction_gen.go#L473: v := ReactionCustomEmoji{}
tl_reaction_slices_gen.go#L135: value, ok := elem.(*ReactionCustomEmoji)
tl_reaction_slices_gen.go#L228: type ReactionCustomEmojiArray []ReactionCustomEmoji
tl_reaction_slices_gen.go#L231: func (s ReactionCustomEmojiArray) Sort(less func(a, b ReactionCustomEmoji) bool) ReactionCustomEmojiArray {
tl_reaction_slices_gen.go#L239: func (s ReactionCustomEmojiArray) SortStable(less func(a, b ReactionCustomEmoji) bool) ReactionCustomEmojiArray {
tl_reaction_slices_gen.go#L247: func (s ReactionCustomEmojiArray) Retain(keep func(x ReactionCustomEmoji) bool) ReactionCustomEmojiArray {
tl_reaction_slices_gen.go#L261: func (s ReactionCustomEmojiArray) First() (v ReactionCustomEmoji, ok bool) {
tl_reaction_slices_gen.go#L269: func (s ReactionCustomEmojiArray) Last() (v ReactionCustomEmoji, ok bool) {
tl_reaction_slices_gen.go#L277: func (s *ReactionCustomEmojiArray) PopFirst() (v ReactionCustomEmoji, ok bool) {
tl_reaction_slices_gen.go#L287: var zero ReactionCustomEmoji
tl_reaction_slices_gen.go#L296: func (s *ReactionCustomEmojiArray) Pop() (v ReactionCustomEmoji, ok bool) {
tl_registry_gen.go#L4691: ReactionCustomEmojiTypeID: func() bin.Object { return &ReactionCustomEmoji{} },
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. |