type github.com/gotd/td/tg.ContactsGetBlockedRequest
25 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_blocked_gen.go#L38: type ContactsGetBlockedRequest struct {
tl_contacts_get_blocked_gen.go#L61: _ bin.Encoder = &ContactsGetBlockedRequest{}
tl_contacts_get_blocked_gen.go#L62: _ bin.Decoder = &ContactsGetBlockedRequest{}
tl_contacts_get_blocked_gen.go#L63: _ bin.BareEncoder = &ContactsGetBlockedRequest{}
tl_contacts_get_blocked_gen.go#L64: _ bin.BareDecoder = &ContactsGetBlockedRequest{}
tl_contacts_get_blocked_gen.go#L67: func (g *ContactsGetBlockedRequest) Zero() bool {
tl_contacts_get_blocked_gen.go#L88: func (g *ContactsGetBlockedRequest) String() string {
tl_contacts_get_blocked_gen.go#L92: type Alias ContactsGetBlockedRequest
tl_contacts_get_blocked_gen.go#L97: func (g *ContactsGetBlockedRequest) FillFrom(from interface {
tl_contacts_get_blocked_gen.go#L110: func (*ContactsGetBlockedRequest) TypeID() uint32 {
tl_contacts_get_blocked_gen.go#L115: func (*ContactsGetBlockedRequest) TypeName() string {
tl_contacts_get_blocked_gen.go#L120: func (g *ContactsGetBlockedRequest) TypeInfo() tdp.Type {
tl_contacts_get_blocked_gen.go#L148: func (g *ContactsGetBlockedRequest) SetFlags() {
tl_contacts_get_blocked_gen.go#L155: func (g *ContactsGetBlockedRequest) Encode(b *bin.Buffer) error {
tl_contacts_get_blocked_gen.go#L164: func (g *ContactsGetBlockedRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_get_blocked_gen.go#L178: func (g *ContactsGetBlockedRequest) Decode(b *bin.Buffer) error {
tl_contacts_get_blocked_gen.go#L189: func (g *ContactsGetBlockedRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_get_blocked_gen.go#L217: func (g *ContactsGetBlockedRequest) SetMyStoriesFrom(value bool) {
tl_contacts_get_blocked_gen.go#L228: func (g *ContactsGetBlockedRequest) GetMyStoriesFrom() (value bool) {
tl_contacts_get_blocked_gen.go#L236: func (g *ContactsGetBlockedRequest) GetOffset() (value int) {
tl_contacts_get_blocked_gen.go#L244: func (g *ContactsGetBlockedRequest) GetLimit() (value int) {
tl_contacts_get_blocked_gen.go#L255: func (c *Client) ContactsGetBlocked(ctx context.Context, request *ContactsGetBlockedRequest) (ContactsBlockedClass, error) {
tl_registry_gen.go#L4936: ContactsGetBlockedRequestTypeID: func() bin.Object { return &ContactsGetBlockedRequest{} },
tl_server_gen.go#L2397: func (s *ServerDispatcher) OnContactsGetBlocked(f func(ctx context.Context, request *ContactsGetBlockedRequest) (ContactsBlockedClass, error)) {
tl_server_gen.go#L2399: var request ContactsGetBlockedRequest
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. |