type github.com/gotd/td/tg.MessagesGetUnreadReactionsRequest
29 uses
github.com/gotd/td/tg (current package)
tl_messages_get_unread_reactions_gen.go#L38: type MessagesGetUnreadReactionsRequest struct {
tl_messages_get_unread_reactions_gen.go#L79: _ bin.Encoder = &MessagesGetUnreadReactionsRequest{}
tl_messages_get_unread_reactions_gen.go#L80: _ bin.Decoder = &MessagesGetUnreadReactionsRequest{}
tl_messages_get_unread_reactions_gen.go#L81: _ bin.BareEncoder = &MessagesGetUnreadReactionsRequest{}
tl_messages_get_unread_reactions_gen.go#L82: _ bin.BareDecoder = &MessagesGetUnreadReactionsRequest{}
tl_messages_get_unread_reactions_gen.go#L85: func (g *MessagesGetUnreadReactionsRequest) Zero() bool {
tl_messages_get_unread_reactions_gen.go#L118: func (g *MessagesGetUnreadReactionsRequest) String() string {
tl_messages_get_unread_reactions_gen.go#L122: type Alias MessagesGetUnreadReactionsRequest
tl_messages_get_unread_reactions_gen.go#L127: func (g *MessagesGetUnreadReactionsRequest) FillFrom(from interface {
tl_messages_get_unread_reactions_gen.go#L151: func (*MessagesGetUnreadReactionsRequest) TypeID() uint32 {
tl_messages_get_unread_reactions_gen.go#L156: func (*MessagesGetUnreadReactionsRequest) TypeName() string {
tl_messages_get_unread_reactions_gen.go#L161: func (g *MessagesGetUnreadReactionsRequest) TypeInfo() tdp.Type {
tl_messages_get_unread_reactions_gen.go#L205: func (g *MessagesGetUnreadReactionsRequest) SetFlags() {
tl_messages_get_unread_reactions_gen.go#L212: func (g *MessagesGetUnreadReactionsRequest) Encode(b *bin.Buffer) error {
tl_messages_get_unread_reactions_gen.go#L221: func (g *MessagesGetUnreadReactionsRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_unread_reactions_gen.go#L247: func (g *MessagesGetUnreadReactionsRequest) Decode(b *bin.Buffer) error {
tl_messages_get_unread_reactions_gen.go#L258: func (g *MessagesGetUnreadReactionsRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_unread_reactions_gen.go#L320: func (g *MessagesGetUnreadReactionsRequest) GetPeer() (value InputPeerClass) {
tl_messages_get_unread_reactions_gen.go#L328: func (g *MessagesGetUnreadReactionsRequest) SetTopMsgID(value int) {
tl_messages_get_unread_reactions_gen.go#L335: func (g *MessagesGetUnreadReactionsRequest) GetTopMsgID() (value int, ok bool) {
tl_messages_get_unread_reactions_gen.go#L346: func (g *MessagesGetUnreadReactionsRequest) GetOffsetID() (value int) {
tl_messages_get_unread_reactions_gen.go#L354: func (g *MessagesGetUnreadReactionsRequest) GetAddOffset() (value int) {
tl_messages_get_unread_reactions_gen.go#L362: func (g *MessagesGetUnreadReactionsRequest) GetLimit() (value int) {
tl_messages_get_unread_reactions_gen.go#L370: func (g *MessagesGetUnreadReactionsRequest) GetMaxID() (value int) {
tl_messages_get_unread_reactions_gen.go#L378: func (g *MessagesGetUnreadReactionsRequest) GetMinID() (value int) {
tl_messages_get_unread_reactions_gen.go#L389: func (c *Client) MessagesGetUnreadReactions(ctx context.Context, request *MessagesGetUnreadReactionsRequest) (MessagesMessagesClass, error) {
tl_registry_gen.go#L5108: MessagesGetUnreadReactionsRequestTypeID: func() bin.Object { return &MessagesGetUnreadReactionsRequest{} },
tl_server_gen.go#L5493: func (s *ServerDispatcher) OnMessagesGetUnreadReactions(f func(ctx context.Context, request *MessagesGetUnreadReactionsRequest) (MessagesMessagesClass, error)) {
tl_server_gen.go#L5495: var request MessagesGetUnreadReactionsRequest
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. |