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

40 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1320: type BotMessageReactionsHandler func(ctx context.Context, e Entities, update *UpdateBotMessageReactions) error
		tl_handlers_gen.go#L1325: 		return handler(ctx, e, update.(*UpdateBotMessageReactions))
		tl_registry_gen.go#L3949: 		UpdateBotMessageReactionsTypeID:                          func() bin.Object { return &UpdateBotMessageReactions{} },
		tl_update_gen.go#L24526: type UpdateBotMessageReactions struct {
		tl_update_gen.go#L24543: func (u UpdateBotMessageReactions) construct() UpdateClass { return &u }
		tl_update_gen.go#L24547: 	_ bin.Encoder     = &UpdateBotMessageReactions{}
		tl_update_gen.go#L24548: 	_ bin.Decoder     = &UpdateBotMessageReactions{}
		tl_update_gen.go#L24549: 	_ bin.BareEncoder = &UpdateBotMessageReactions{}
		tl_update_gen.go#L24550: 	_ bin.BareDecoder = &UpdateBotMessageReactions{}
		tl_update_gen.go#L24552: 	_ UpdateClass = &UpdateBotMessageReactions{}
		tl_update_gen.go#L24555: func (u *UpdateBotMessageReactions) Zero() bool {
		tl_update_gen.go#L24579: func (u *UpdateBotMessageReactions) String() string {
		tl_update_gen.go#L24583: 	type Alias UpdateBotMessageReactions
		tl_update_gen.go#L24588: func (u *UpdateBotMessageReactions) FillFrom(from interface {
		tl_update_gen.go#L24605: func (*UpdateBotMessageReactions) TypeID() uint32 {
		tl_update_gen.go#L24610: func (*UpdateBotMessageReactions) TypeName() string {
		tl_update_gen.go#L24615: func (u *UpdateBotMessageReactions) TypeInfo() tdp.Type {
		tl_update_gen.go#L24650: func (u *UpdateBotMessageReactions) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L24659: func (u *UpdateBotMessageReactions) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L24682: func (u *UpdateBotMessageReactions) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L24693: func (u *UpdateBotMessageReactions) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L24746: func (u *UpdateBotMessageReactions) GetPeer() (value PeerClass) {
		tl_update_gen.go#L24754: func (u *UpdateBotMessageReactions) GetMsgID() (value int) {
		tl_update_gen.go#L24762: func (u *UpdateBotMessageReactions) GetDate() (value int) {
		tl_update_gen.go#L24770: func (u *UpdateBotMessageReactions) GetReactions() (value []ReactionCount) {
		tl_update_gen.go#L24778: func (u *UpdateBotMessageReactions) GetQts() (value int) {
		tl_update_gen.go#L25798: 		v := UpdateBotMessageReactions{}
		tl_update_slices_gen.go#L1500: 		value, ok := elem.(*UpdateBotMessageReactions)
		tl_update_slices_gen.go#L10455: type UpdateBotMessageReactionsArray []UpdateBotMessageReactions
		tl_update_slices_gen.go#L10458: func (s UpdateBotMessageReactionsArray) Sort(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10466: func (s UpdateBotMessageReactionsArray) SortStable(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10474: func (s UpdateBotMessageReactionsArray) Retain(keep func(x UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10488: func (s UpdateBotMessageReactionsArray) First() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10496: func (s UpdateBotMessageReactionsArray) Last() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10504: func (s *UpdateBotMessageReactionsArray) PopFirst() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10514: 	var zero UpdateBotMessageReactions
		tl_update_slices_gen.go#L10523: func (s *UpdateBotMessageReactionsArray) Pop() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10538: 	return s.Sort(func(a, b UpdateBotMessageReactions) bool {
		tl_update_slices_gen.go#L10545: 	return s.SortStable(func(a, b UpdateBotMessageReactions) bool {
		tl_updates_classifier_gen.go#L77: 	case *UpdateBotMessageReactions: