type github.com/gotd/td/tg.UpdateBotMessageReaction
44 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1310: type BotMessageReactionHandler func(ctx context.Context, e Entities, update *UpdateBotMessageReaction) error
tl_handlers_gen.go#L1315: return handler(ctx, e, update.(*UpdateBotMessageReaction))
tl_registry_gen.go#L3948: UpdateBotMessageReactionTypeID: func() bin.Object { return &UpdateBotMessageReaction{} },
tl_update_gen.go#L24174: type UpdateBotMessageReaction struct {
tl_update_gen.go#L24195: func (u UpdateBotMessageReaction) construct() UpdateClass { return &u }
tl_update_gen.go#L24199: _ bin.Encoder = &UpdateBotMessageReaction{}
tl_update_gen.go#L24200: _ bin.Decoder = &UpdateBotMessageReaction{}
tl_update_gen.go#L24201: _ bin.BareEncoder = &UpdateBotMessageReaction{}
tl_update_gen.go#L24202: _ bin.BareDecoder = &UpdateBotMessageReaction{}
tl_update_gen.go#L24204: _ UpdateClass = &UpdateBotMessageReaction{}
tl_update_gen.go#L24207: func (u *UpdateBotMessageReaction) Zero() bool {
tl_update_gen.go#L24237: func (u *UpdateBotMessageReaction) String() string {
tl_update_gen.go#L24241: type Alias UpdateBotMessageReaction
tl_update_gen.go#L24246: func (u *UpdateBotMessageReaction) FillFrom(from interface {
tl_update_gen.go#L24267: func (*UpdateBotMessageReaction) TypeID() uint32 {
tl_update_gen.go#L24272: func (*UpdateBotMessageReaction) TypeName() string {
tl_update_gen.go#L24277: func (u *UpdateBotMessageReaction) TypeInfo() tdp.Type {
tl_update_gen.go#L24320: func (u *UpdateBotMessageReaction) Encode(b *bin.Buffer) error {
tl_update_gen.go#L24329: func (u *UpdateBotMessageReaction) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L24370: func (u *UpdateBotMessageReaction) Decode(b *bin.Buffer) error {
tl_update_gen.go#L24381: func (u *UpdateBotMessageReaction) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L24458: func (u *UpdateBotMessageReaction) GetPeer() (value PeerClass) {
tl_update_gen.go#L24466: func (u *UpdateBotMessageReaction) GetMsgID() (value int) {
tl_update_gen.go#L24474: func (u *UpdateBotMessageReaction) GetDate() (value int) {
tl_update_gen.go#L24482: func (u *UpdateBotMessageReaction) GetActor() (value PeerClass) {
tl_update_gen.go#L24490: func (u *UpdateBotMessageReaction) GetOldReactions() (value []ReactionClass) {
tl_update_gen.go#L24498: func (u *UpdateBotMessageReaction) GetNewReactions() (value []ReactionClass) {
tl_update_gen.go#L24506: func (u *UpdateBotMessageReaction) GetQts() (value int) {
tl_update_gen.go#L24514: func (u *UpdateBotMessageReaction) MapOldReactions() (value ReactionClassArray) {
tl_update_gen.go#L24519: func (u *UpdateBotMessageReaction) MapNewReactions() (value ReactionClassArray) {
tl_update_gen.go#L25791: v := UpdateBotMessageReaction{}
tl_update_slices_gen.go#L1487: value, ok := elem.(*UpdateBotMessageReaction)
tl_update_slices_gen.go#L10359: type UpdateBotMessageReactionArray []UpdateBotMessageReaction
tl_update_slices_gen.go#L10362: func (s UpdateBotMessageReactionArray) Sort(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10370: func (s UpdateBotMessageReactionArray) SortStable(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10378: func (s UpdateBotMessageReactionArray) Retain(keep func(x UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10392: func (s UpdateBotMessageReactionArray) First() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10400: func (s UpdateBotMessageReactionArray) Last() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10408: func (s *UpdateBotMessageReactionArray) PopFirst() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10418: var zero UpdateBotMessageReaction
tl_update_slices_gen.go#L10427: func (s *UpdateBotMessageReactionArray) Pop() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10442: return s.Sort(func(a, b UpdateBotMessageReaction) bool {
tl_update_slices_gen.go#L10449: return s.SortStable(func(a, b UpdateBotMessageReaction) bool {
tl_updates_classifier_gen.go#L75: case *UpdateBotMessageReaction:
|
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. |