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

41 uses

	github.com/gotd/td/tg (current package)
		tl_message_gen.go#L445: 	Reactions MessageReactions
		tl_message_gen.go#L747: 	GetReactions() (value MessageReactions, ok bool)
		tl_message_gen.go#L2418: func (m *Message) SetReactions(value MessageReactions) {
		tl_message_gen.go#L2425: func (m *Message) GetReactions() (value MessageReactions, ok bool) {
		tl_message_gen.go#L2699: 	Reactions MessageReactions
		tl_message_gen.go#L2807: 	GetReactions() (value MessageReactions, ok bool)
		tl_message_gen.go#L3365: func (m *MessageService) SetReactions(value MessageReactions) {
		tl_message_gen.go#L3372: func (m *MessageService) GetReactions() (value MessageReactions, ok bool) {
		tl_message_gen.go#L3539: 	GetReactions() (value MessageReactions, ok bool)
		tl_message_reactions_gen.go#L41: type MessageReactions struct {
		tl_message_reactions_gen.go#L88: 	_ bin.Encoder     = &MessageReactions{}
		tl_message_reactions_gen.go#L89: 	_ bin.Decoder     = &MessageReactions{}
		tl_message_reactions_gen.go#L90: 	_ bin.BareEncoder = &MessageReactions{}
		tl_message_reactions_gen.go#L91: 	_ bin.BareDecoder = &MessageReactions{}
		tl_message_reactions_gen.go#L94: func (m *MessageReactions) Zero() bool {
		tl_message_reactions_gen.go#L124: func (m *MessageReactions) String() string {
		tl_message_reactions_gen.go#L128: 	type Alias MessageReactions
		tl_message_reactions_gen.go#L133: func (m *MessageReactions) FillFrom(from interface {
		tl_message_reactions_gen.go#L158: func (*MessageReactions) TypeID() uint32 {
		tl_message_reactions_gen.go#L163: func (*MessageReactions) TypeName() string {
		tl_message_reactions_gen.go#L168: func (m *MessageReactions) TypeInfo() tdp.Type {
		tl_message_reactions_gen.go#L212: func (m *MessageReactions) SetFlags() {
		tl_message_reactions_gen.go#L231: func (m *MessageReactions) Encode(b *bin.Buffer) error {
		tl_message_reactions_gen.go#L240: func (m *MessageReactions) EncodeBare(b *bin.Buffer) error {
		tl_message_reactions_gen.go#L274: func (m *MessageReactions) Decode(b *bin.Buffer) error {
		tl_message_reactions_gen.go#L285: func (m *MessageReactions) DecodeBare(b *bin.Buffer) error {
		tl_message_reactions_gen.go#L352: func (m *MessageReactions) SetMin(value bool) {
		tl_message_reactions_gen.go#L363: func (m *MessageReactions) GetMin() (value bool) {
		tl_message_reactions_gen.go#L371: func (m *MessageReactions) SetCanSeeList(value bool) {
		tl_message_reactions_gen.go#L382: func (m *MessageReactions) GetCanSeeList() (value bool) {
		tl_message_reactions_gen.go#L390: func (m *MessageReactions) SetReactionsAsTags(value bool) {
		tl_message_reactions_gen.go#L401: func (m *MessageReactions) GetReactionsAsTags() (value bool) {
		tl_message_reactions_gen.go#L409: func (m *MessageReactions) GetResults() (value []ReactionCount) {
		tl_message_reactions_gen.go#L417: func (m *MessageReactions) SetRecentReactions(value []MessagePeerReaction) {
		tl_message_reactions_gen.go#L424: func (m *MessageReactions) GetRecentReactions() (value []MessagePeerReaction, ok bool) {
		tl_message_reactions_gen.go#L435: func (m *MessageReactions) SetTopReactors(value []MessageReactor) {
		tl_message_reactions_gen.go#L442: func (m *MessageReactions) GetTopReactors() (value []MessageReactor, ok bool) {
		tl_registry_gen.go#L6077: 		MessageReactionsTypeID:                                                  func() bin.Object { return &MessageReactions{} },
		tl_update_gen.go#L20691: 	Reactions MessageReactions
		tl_update_gen.go#L20751: 	GetReactions() (value MessageReactions)
		tl_update_gen.go#L20977: func (u *UpdateMessageReactions) GetReactions() (value MessageReactions) {