type github.com/gotd/td/tg.MessagesGetMessagesReactionsRequest
22 uses
github.com/gotd/td/tg (current package)
tl_messages_get_messages_reactions_gen.go#L41: type MessagesGetMessagesReactionsRequest struct {
tl_messages_get_messages_reactions_gen.go#L53: _ bin.Encoder = &MessagesGetMessagesReactionsRequest{}
tl_messages_get_messages_reactions_gen.go#L54: _ bin.Decoder = &MessagesGetMessagesReactionsRequest{}
tl_messages_get_messages_reactions_gen.go#L55: _ bin.BareEncoder = &MessagesGetMessagesReactionsRequest{}
tl_messages_get_messages_reactions_gen.go#L56: _ bin.BareDecoder = &MessagesGetMessagesReactionsRequest{}
tl_messages_get_messages_reactions_gen.go#L59: func (g *MessagesGetMessagesReactionsRequest) Zero() bool {
tl_messages_get_messages_reactions_gen.go#L74: func (g *MessagesGetMessagesReactionsRequest) String() string {
tl_messages_get_messages_reactions_gen.go#L78: type Alias MessagesGetMessagesReactionsRequest
tl_messages_get_messages_reactions_gen.go#L83: func (g *MessagesGetMessagesReactionsRequest) FillFrom(from interface {
tl_messages_get_messages_reactions_gen.go#L94: func (*MessagesGetMessagesReactionsRequest) TypeID() uint32 {
tl_messages_get_messages_reactions_gen.go#L99: func (*MessagesGetMessagesReactionsRequest) TypeName() string {
tl_messages_get_messages_reactions_gen.go#L104: func (g *MessagesGetMessagesReactionsRequest) TypeInfo() tdp.Type {
tl_messages_get_messages_reactions_gen.go#L127: func (g *MessagesGetMessagesReactionsRequest) Encode(b *bin.Buffer) error {
tl_messages_get_messages_reactions_gen.go#L136: func (g *MessagesGetMessagesReactionsRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_messages_reactions_gen.go#L154: func (g *MessagesGetMessagesReactionsRequest) Decode(b *bin.Buffer) error {
tl_messages_get_messages_reactions_gen.go#L165: func (g *MessagesGetMessagesReactionsRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_messages_reactions_gen.go#L197: func (g *MessagesGetMessagesReactionsRequest) GetPeer() (value InputPeerClass) {
tl_messages_get_messages_reactions_gen.go#L205: func (g *MessagesGetMessagesReactionsRequest) GetID() (value []int) {
tl_messages_get_messages_reactions_gen.go#L223: func (c *Client) MessagesGetMessagesReactions(ctx context.Context, request *MessagesGetMessagesReactionsRequest) (UpdatesClass, error) {
tl_registry_gen.go#L5102: MessagesGetMessagesReactionsRequestTypeID: func() bin.Object { return &MessagesGetMessagesReactionsRequest{} },
tl_server_gen.go#L5387: func (s *ServerDispatcher) OnMessagesGetMessagesReactions(f func(ctx context.Context, request *MessagesGetMessagesReactionsRequest) (UpdatesClass, error)) {
tl_server_gen.go#L5389: var request MessagesGetMessagesReactionsRequest
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. |