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

35 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1270: type SentStoryReactionHandler func(ctx context.Context, e Entities, update *UpdateSentStoryReaction) error
		tl_handlers_gen.go#L1275: 		return handler(ctx, e, update.(*UpdateSentStoryReaction))
		tl_registry_gen.go#L3944: 		UpdateSentStoryReactionTypeID:                            func() bin.Object { return &UpdateSentStoryReaction{} },
		tl_update_gen.go#L23345: type UpdateSentStoryReaction struct {
		tl_update_gen.go#L23358: func (u UpdateSentStoryReaction) construct() UpdateClass { return &u }
		tl_update_gen.go#L23362: 	_ bin.Encoder     = &UpdateSentStoryReaction{}
		tl_update_gen.go#L23363: 	_ bin.Decoder     = &UpdateSentStoryReaction{}
		tl_update_gen.go#L23364: 	_ bin.BareEncoder = &UpdateSentStoryReaction{}
		tl_update_gen.go#L23365: 	_ bin.BareDecoder = &UpdateSentStoryReaction{}
		tl_update_gen.go#L23367: 	_ UpdateClass = &UpdateSentStoryReaction{}
		tl_update_gen.go#L23370: func (u *UpdateSentStoryReaction) Zero() bool {
		tl_update_gen.go#L23388: func (u *UpdateSentStoryReaction) String() string {
		tl_update_gen.go#L23392: 	type Alias UpdateSentStoryReaction
		tl_update_gen.go#L23397: func (u *UpdateSentStoryReaction) FillFrom(from interface {
		tl_update_gen.go#L23410: func (*UpdateSentStoryReaction) TypeID() uint32 {
		tl_update_gen.go#L23415: func (*UpdateSentStoryReaction) TypeName() string {
		tl_update_gen.go#L23420: func (u *UpdateSentStoryReaction) TypeInfo() tdp.Type {
		tl_update_gen.go#L23447: func (u *UpdateSentStoryReaction) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L23456: func (u *UpdateSentStoryReaction) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23477: func (u *UpdateSentStoryReaction) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L23488: func (u *UpdateSentStoryReaction) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23517: func (u *UpdateSentStoryReaction) GetPeer() (value PeerClass) {
		tl_update_gen.go#L23525: func (u *UpdateSentStoryReaction) GetStoryID() (value int) {
		tl_update_gen.go#L23533: func (u *UpdateSentStoryReaction) GetReaction() (value ReactionClass) {
		tl_update_gen.go#L25763: 		v := UpdateSentStoryReaction{}
		tl_update_slices_gen.go#L1435: 		value, ok := elem.(*UpdateSentStoryReaction)
		tl_update_slices_gen.go#L10031: type UpdateSentStoryReactionArray []UpdateSentStoryReaction
		tl_update_slices_gen.go#L10034: func (s UpdateSentStoryReactionArray) Sort(less func(a, b UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
		tl_update_slices_gen.go#L10042: func (s UpdateSentStoryReactionArray) SortStable(less func(a, b UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
		tl_update_slices_gen.go#L10050: func (s UpdateSentStoryReactionArray) Retain(keep func(x UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
		tl_update_slices_gen.go#L10064: func (s UpdateSentStoryReactionArray) First() (v UpdateSentStoryReaction, ok bool) {
		tl_update_slices_gen.go#L10072: func (s UpdateSentStoryReactionArray) Last() (v UpdateSentStoryReaction, ok bool) {
		tl_update_slices_gen.go#L10080: func (s *UpdateSentStoryReactionArray) PopFirst() (v UpdateSentStoryReaction, ok bool) {
		tl_update_slices_gen.go#L10090: 	var zero UpdateSentStoryReaction
		tl_update_slices_gen.go#L10099: func (s *UpdateSentStoryReactionArray) Pop() (v UpdateSentStoryReaction, ok bool) {