type github.com/gotd/td/tg.MessagesGetUnreadMentionsRequest
29 uses
github.com/gotd/td/tg (current package)
tl_messages_get_unread_mentions_gen.go#L38: type MessagesGetUnreadMentionsRequest struct {
tl_messages_get_unread_mentions_gen.go#L85: _ bin.Encoder = &MessagesGetUnreadMentionsRequest{}
tl_messages_get_unread_mentions_gen.go#L86: _ bin.Decoder = &MessagesGetUnreadMentionsRequest{}
tl_messages_get_unread_mentions_gen.go#L87: _ bin.BareEncoder = &MessagesGetUnreadMentionsRequest{}
tl_messages_get_unread_mentions_gen.go#L88: _ bin.BareDecoder = &MessagesGetUnreadMentionsRequest{}
tl_messages_get_unread_mentions_gen.go#L91: func (g *MessagesGetUnreadMentionsRequest) Zero() bool {
tl_messages_get_unread_mentions_gen.go#L124: func (g *MessagesGetUnreadMentionsRequest) String() string {
tl_messages_get_unread_mentions_gen.go#L128: type Alias MessagesGetUnreadMentionsRequest
tl_messages_get_unread_mentions_gen.go#L133: func (g *MessagesGetUnreadMentionsRequest) FillFrom(from interface {
tl_messages_get_unread_mentions_gen.go#L157: func (*MessagesGetUnreadMentionsRequest) TypeID() uint32 {
tl_messages_get_unread_mentions_gen.go#L162: func (*MessagesGetUnreadMentionsRequest) TypeName() string {
tl_messages_get_unread_mentions_gen.go#L167: func (g *MessagesGetUnreadMentionsRequest) TypeInfo() tdp.Type {
tl_messages_get_unread_mentions_gen.go#L211: func (g *MessagesGetUnreadMentionsRequest) SetFlags() {
tl_messages_get_unread_mentions_gen.go#L218: func (g *MessagesGetUnreadMentionsRequest) Encode(b *bin.Buffer) error {
tl_messages_get_unread_mentions_gen.go#L227: func (g *MessagesGetUnreadMentionsRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_unread_mentions_gen.go#L253: func (g *MessagesGetUnreadMentionsRequest) Decode(b *bin.Buffer) error {
tl_messages_get_unread_mentions_gen.go#L264: func (g *MessagesGetUnreadMentionsRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_unread_mentions_gen.go#L326: func (g *MessagesGetUnreadMentionsRequest) GetPeer() (value InputPeerClass) {
tl_messages_get_unread_mentions_gen.go#L334: func (g *MessagesGetUnreadMentionsRequest) SetTopMsgID(value int) {
tl_messages_get_unread_mentions_gen.go#L341: func (g *MessagesGetUnreadMentionsRequest) GetTopMsgID() (value int, ok bool) {
tl_messages_get_unread_mentions_gen.go#L352: func (g *MessagesGetUnreadMentionsRequest) GetOffsetID() (value int) {
tl_messages_get_unread_mentions_gen.go#L360: func (g *MessagesGetUnreadMentionsRequest) GetAddOffset() (value int) {
tl_messages_get_unread_mentions_gen.go#L368: func (g *MessagesGetUnreadMentionsRequest) GetLimit() (value int) {
tl_messages_get_unread_mentions_gen.go#L376: func (g *MessagesGetUnreadMentionsRequest) GetMaxID() (value int) {
tl_messages_get_unread_mentions_gen.go#L384: func (g *MessagesGetUnreadMentionsRequest) GetMinID() (value int) {
tl_messages_get_unread_mentions_gen.go#L402: func (c *Client) MessagesGetUnreadMentions(ctx context.Context, request *MessagesGetUnreadMentionsRequest) (MessagesMessagesClass, error) {
tl_registry_gen.go#L5039: MessagesGetUnreadMentionsRequestTypeID: func() bin.Object { return &MessagesGetUnreadMentionsRequest{} },
tl_server_gen.go#L4264: func (s *ServerDispatcher) OnMessagesGetUnreadMentions(f func(ctx context.Context, request *MessagesGetUnreadMentionsRequest) (MessagesMessagesClass, error)) {
tl_server_gen.go#L4266: var request MessagesGetUnreadMentionsRequest
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. |