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

38 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1060: type MessageReactionsHandler func(ctx context.Context, e Entities, update *UpdateMessageReactions) error
		tl_handlers_gen.go#L1065: 		return handler(ctx, e, update.(*UpdateMessageReactions))
		tl_registry_gen.go#L3923: 		UpdateMessageReactionsTypeID:                             func() bin.Object { return &UpdateMessageReactions{} },
		tl_update_gen.go#L19862: type UpdateMessageReactions struct {
		tl_update_gen.go#L19887: func (u UpdateMessageReactions) construct() UpdateClass { return &u }
		tl_update_gen.go#L19891: 	_ bin.Encoder     = &UpdateMessageReactions{}
		tl_update_gen.go#L19892: 	_ bin.Decoder     = &UpdateMessageReactions{}
		tl_update_gen.go#L19893: 	_ bin.BareEncoder = &UpdateMessageReactions{}
		tl_update_gen.go#L19894: 	_ bin.BareDecoder = &UpdateMessageReactions{}
		tl_update_gen.go#L19896: 	_ UpdateClass = &UpdateMessageReactions{}
		tl_update_gen.go#L19899: func (u *UpdateMessageReactions) Zero() bool {
		tl_update_gen.go#L19923: func (u *UpdateMessageReactions) String() string {
		tl_update_gen.go#L19927: 	type Alias UpdateMessageReactions
		tl_update_gen.go#L19932: func (u *UpdateMessageReactions) FillFrom(from interface {
		tl_update_gen.go#L19950: func (*UpdateMessageReactions) TypeID() uint32 {
		tl_update_gen.go#L19955: func (*UpdateMessageReactions) TypeName() string {
		tl_update_gen.go#L19960: func (u *UpdateMessageReactions) TypeInfo() tdp.Type {
		tl_update_gen.go#L19992: func (u *UpdateMessageReactions) SetFlags() {
		tl_update_gen.go#L19999: func (u *UpdateMessageReactions) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L20008: func (u *UpdateMessageReactions) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L20033: func (u *UpdateMessageReactions) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L20044: func (u *UpdateMessageReactions) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L20083: func (u *UpdateMessageReactions) GetPeer() (value PeerClass) {
		tl_update_gen.go#L20091: func (u *UpdateMessageReactions) GetMsgID() (value int) {
		tl_update_gen.go#L20099: func (u *UpdateMessageReactions) SetTopMsgID(value int) {
		tl_update_gen.go#L20106: func (u *UpdateMessageReactions) GetTopMsgID() (value int, ok bool) {
		tl_update_gen.go#L20117: func (u *UpdateMessageReactions) GetReactions() (value MessageReactions) {
		tl_update_gen.go#L25616: 		v := UpdateMessageReactions{}
		tl_update_slices_gen.go#L1240: 		value, ok := elem.(*UpdateMessageReactions)
		tl_update_slices_gen.go#L8773: type UpdateMessageReactionsArray []UpdateMessageReactions
		tl_update_slices_gen.go#L8776: func (s UpdateMessageReactionsArray) Sort(less func(a, b UpdateMessageReactions) bool) UpdateMessageReactionsArray {
		tl_update_slices_gen.go#L8784: func (s UpdateMessageReactionsArray) SortStable(less func(a, b UpdateMessageReactions) bool) UpdateMessageReactionsArray {
		tl_update_slices_gen.go#L8792: func (s UpdateMessageReactionsArray) Retain(keep func(x UpdateMessageReactions) bool) UpdateMessageReactionsArray {
		tl_update_slices_gen.go#L8806: func (s UpdateMessageReactionsArray) First() (v UpdateMessageReactions, ok bool) {
		tl_update_slices_gen.go#L8814: func (s UpdateMessageReactionsArray) Last() (v UpdateMessageReactions, ok bool) {
		tl_update_slices_gen.go#L8822: func (s *UpdateMessageReactionsArray) PopFirst() (v UpdateMessageReactions, ok bool) {
		tl_update_slices_gen.go#L8832: 	var zero UpdateMessageReactions
		tl_update_slices_gen.go#L8841: func (s *UpdateMessageReactionsArray) Pop() (v UpdateMessageReactions, ok bool) {