type github.com/gotd/td/tg.ReactionCount
38 uses
github.com/gotd/td/tg (current package)
tl_message_reactions_gen.go#L63: Results []ReactionCount
tl_message_reactions_gen.go#L117: GetResults() (value []ReactionCount)
tl_message_reactions_gen.go#L253: m.Results = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
tl_message_reactions_gen.go#L256: var value ReactionCount
tl_message_reactions_gen.go#L322: func (m *MessageReactions) GetResults() (value []ReactionCount) {
tl_reaction_count_gen.go#L38: type ReactionCount struct {
tl_reaction_count_gen.go#L60: _ bin.Encoder = &ReactionCount{}
tl_reaction_count_gen.go#L61: _ bin.Decoder = &ReactionCount{}
tl_reaction_count_gen.go#L62: _ bin.BareEncoder = &ReactionCount{}
tl_reaction_count_gen.go#L63: _ bin.BareDecoder = &ReactionCount{}
tl_reaction_count_gen.go#L66: func (r *ReactionCount) Zero() bool {
tl_reaction_count_gen.go#L87: func (r *ReactionCount) String() string {
tl_reaction_count_gen.go#L91: type Alias ReactionCount
tl_reaction_count_gen.go#L96: func (r *ReactionCount) FillFrom(from interface {
tl_reaction_count_gen.go#L112: func (*ReactionCount) TypeID() uint32 {
tl_reaction_count_gen.go#L117: func (*ReactionCount) TypeName() string {
tl_reaction_count_gen.go#L122: func (r *ReactionCount) TypeInfo() tdp.Type {
tl_reaction_count_gen.go#L150: func (r *ReactionCount) SetFlags() {
tl_reaction_count_gen.go#L157: func (r *ReactionCount) Encode(b *bin.Buffer) error {
tl_reaction_count_gen.go#L166: func (r *ReactionCount) EncodeBare(b *bin.Buffer) error {
tl_reaction_count_gen.go#L188: func (r *ReactionCount) Decode(b *bin.Buffer) error {
tl_reaction_count_gen.go#L199: func (r *ReactionCount) DecodeBare(b *bin.Buffer) error {
tl_reaction_count_gen.go#L233: func (r *ReactionCount) SetChosenOrder(value int) {
tl_reaction_count_gen.go#L240: func (r *ReactionCount) GetChosenOrder() (value int, ok bool) {
tl_reaction_count_gen.go#L251: func (r *ReactionCount) GetReaction() (value ReactionClass) {
tl_reaction_count_gen.go#L259: func (r *ReactionCount) GetCount() (value int) {
tl_registry_gen.go#L4637: ReactionCountTypeID: func() bin.Object { return &ReactionCount{} },
tl_story_views_gen.go#L62: Reactions []ReactionCount
tl_story_views_gen.go#L127: GetReactions() (value []ReactionCount, ok bool)
tl_story_views_gen.go#L311: s.Reactions = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
tl_story_views_gen.go#L314: var value ReactionCount
tl_story_views_gen.go#L394: func (s *StoryViews) SetReactions(value []ReactionCount) {
tl_story_views_gen.go#L401: func (s *StoryViews) GetReactions() (value []ReactionCount, ok bool) {
tl_update_gen.go#L24534: Reactions []ReactionCount
tl_update_gen.go#L24592: GetReactions() (value []ReactionCount)
tl_update_gen.go#L24725: u.Reactions = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L24728: var value ReactionCount
tl_update_gen.go#L24770: func (u *UpdateBotMessageReactions) GetReactions() (value []ReactionCount) {
|
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. |