type github.com/gotd/td/tg.MessagesGetTopReactionsRequest
22 uses
github.com/gotd/td/tg (current package)
tl_messages_get_top_reactions_gen.go#L41: type MessagesGetTopReactionsRequest struct {
tl_messages_get_top_reactions_gen.go#L59: _ bin.Encoder = &MessagesGetTopReactionsRequest{}
tl_messages_get_top_reactions_gen.go#L60: _ bin.Decoder = &MessagesGetTopReactionsRequest{}
tl_messages_get_top_reactions_gen.go#L61: _ bin.BareEncoder = &MessagesGetTopReactionsRequest{}
tl_messages_get_top_reactions_gen.go#L62: _ bin.BareDecoder = &MessagesGetTopReactionsRequest{}
tl_messages_get_top_reactions_gen.go#L65: func (g *MessagesGetTopReactionsRequest) Zero() bool {
tl_messages_get_top_reactions_gen.go#L80: func (g *MessagesGetTopReactionsRequest) String() string {
tl_messages_get_top_reactions_gen.go#L84: type Alias MessagesGetTopReactionsRequest
tl_messages_get_top_reactions_gen.go#L89: func (g *MessagesGetTopReactionsRequest) FillFrom(from interface {
tl_messages_get_top_reactions_gen.go#L100: func (*MessagesGetTopReactionsRequest) TypeID() uint32 {
tl_messages_get_top_reactions_gen.go#L105: func (*MessagesGetTopReactionsRequest) TypeName() string {
tl_messages_get_top_reactions_gen.go#L110: func (g *MessagesGetTopReactionsRequest) TypeInfo() tdp.Type {
tl_messages_get_top_reactions_gen.go#L133: func (g *MessagesGetTopReactionsRequest) Encode(b *bin.Buffer) error {
tl_messages_get_top_reactions_gen.go#L142: func (g *MessagesGetTopReactionsRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_top_reactions_gen.go#L152: func (g *MessagesGetTopReactionsRequest) Decode(b *bin.Buffer) error {
tl_messages_get_top_reactions_gen.go#L163: func (g *MessagesGetTopReactionsRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_top_reactions_gen.go#L185: func (g *MessagesGetTopReactionsRequest) GetLimit() (value int) {
tl_messages_get_top_reactions_gen.go#L193: func (g *MessagesGetTopReactionsRequest) GetHash() (value int64) {
tl_messages_get_top_reactions_gen.go#L207: func (c *Client) MessagesGetTopReactions(ctx context.Context, request *MessagesGetTopReactionsRequest) (MessagesReactionsClass, error) {
tl_registry_gen.go#L5125: MessagesGetTopReactionsRequestTypeID: func() bin.Object { return &MessagesGetTopReactionsRequest{} },
tl_server_gen.go#L5798: func (s *ServerDispatcher) OnMessagesGetTopReactions(f func(ctx context.Context, request *MessagesGetTopReactionsRequest) (MessagesReactionsClass, error)) {
tl_server_gen.go#L5800: var request MessagesGetTopReactionsRequest
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. |