type github.com/gotd/td/tg.ContactsResetTopPeerRatingRequest
22 uses
github.com/gotd/td/tg (current package)
tl_contacts_reset_top_peer_rating_gen.go#L41: type ContactsResetTopPeerRatingRequest struct {
tl_contacts_reset_top_peer_rating_gen.go#L53: _ bin.Encoder = &ContactsResetTopPeerRatingRequest{}
tl_contacts_reset_top_peer_rating_gen.go#L54: _ bin.Decoder = &ContactsResetTopPeerRatingRequest{}
tl_contacts_reset_top_peer_rating_gen.go#L55: _ bin.BareEncoder = &ContactsResetTopPeerRatingRequest{}
tl_contacts_reset_top_peer_rating_gen.go#L56: _ bin.BareDecoder = &ContactsResetTopPeerRatingRequest{}
tl_contacts_reset_top_peer_rating_gen.go#L59: func (r *ContactsResetTopPeerRatingRequest) Zero() bool {
tl_contacts_reset_top_peer_rating_gen.go#L74: func (r *ContactsResetTopPeerRatingRequest) String() string {
tl_contacts_reset_top_peer_rating_gen.go#L78: type Alias ContactsResetTopPeerRatingRequest
tl_contacts_reset_top_peer_rating_gen.go#L83: func (r *ContactsResetTopPeerRatingRequest) FillFrom(from interface {
tl_contacts_reset_top_peer_rating_gen.go#L94: func (*ContactsResetTopPeerRatingRequest) TypeID() uint32 {
tl_contacts_reset_top_peer_rating_gen.go#L99: func (*ContactsResetTopPeerRatingRequest) TypeName() string {
tl_contacts_reset_top_peer_rating_gen.go#L104: func (r *ContactsResetTopPeerRatingRequest) TypeInfo() tdp.Type {
tl_contacts_reset_top_peer_rating_gen.go#L127: func (r *ContactsResetTopPeerRatingRequest) Encode(b *bin.Buffer) error {
tl_contacts_reset_top_peer_rating_gen.go#L136: func (r *ContactsResetTopPeerRatingRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_reset_top_peer_rating_gen.go#L156: func (r *ContactsResetTopPeerRatingRequest) Decode(b *bin.Buffer) error {
tl_contacts_reset_top_peer_rating_gen.go#L167: func (r *ContactsResetTopPeerRatingRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_reset_top_peer_rating_gen.go#L189: func (r *ContactsResetTopPeerRatingRequest) GetCategory() (value TopPeerCategoryClass) {
tl_contacts_reset_top_peer_rating_gen.go#L197: func (r *ContactsResetTopPeerRatingRequest) GetPeer() (value InputPeerClass) {
tl_contacts_reset_top_peer_rating_gen.go#L215: func (c *Client) ContactsResetTopPeerRating(ctx context.Context, request *ContactsResetTopPeerRatingRequest) (bool, error) {
tl_registry_gen.go#L4940: ContactsResetTopPeerRatingRequestTypeID: func() bin.Object { return &ContactsResetTopPeerRatingRequest{} },
tl_server_gen.go#L2465: func (s *ServerDispatcher) OnContactsResetTopPeerRating(f func(ctx context.Context, request *ContactsResetTopPeerRatingRequest) (bool, error)) {
tl_server_gen.go#L2467: var request ContactsResetTopPeerRatingRequest
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. |