type github.com/gotd/td/tg.ContactsSetBlockedRequest
26 uses
github.com/gotd/td/tg (current package)
tl_contacts_set_blocked_gen.go#L41: type ContactsSetBlockedRequest struct {
tl_contacts_set_blocked_gen.go#L67: _ bin.Encoder = &ContactsSetBlockedRequest{}
tl_contacts_set_blocked_gen.go#L68: _ bin.Decoder = &ContactsSetBlockedRequest{}
tl_contacts_set_blocked_gen.go#L69: _ bin.BareEncoder = &ContactsSetBlockedRequest{}
tl_contacts_set_blocked_gen.go#L70: _ bin.BareDecoder = &ContactsSetBlockedRequest{}
tl_contacts_set_blocked_gen.go#L73: func (s *ContactsSetBlockedRequest) Zero() bool {
tl_contacts_set_blocked_gen.go#L94: func (s *ContactsSetBlockedRequest) String() string {
tl_contacts_set_blocked_gen.go#L98: type Alias ContactsSetBlockedRequest
tl_contacts_set_blocked_gen.go#L103: func (s *ContactsSetBlockedRequest) FillFrom(from interface {
tl_contacts_set_blocked_gen.go#L116: func (*ContactsSetBlockedRequest) TypeID() uint32 {
tl_contacts_set_blocked_gen.go#L121: func (*ContactsSetBlockedRequest) TypeName() string {
tl_contacts_set_blocked_gen.go#L126: func (s *ContactsSetBlockedRequest) TypeInfo() tdp.Type {
tl_contacts_set_blocked_gen.go#L154: func (s *ContactsSetBlockedRequest) SetFlags() {
tl_contacts_set_blocked_gen.go#L161: func (s *ContactsSetBlockedRequest) Encode(b *bin.Buffer) error {
tl_contacts_set_blocked_gen.go#L170: func (s *ContactsSetBlockedRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_set_blocked_gen.go#L192: func (s *ContactsSetBlockedRequest) Decode(b *bin.Buffer) error {
tl_contacts_set_blocked_gen.go#L203: func (s *ContactsSetBlockedRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_set_blocked_gen.go#L241: func (s *ContactsSetBlockedRequest) SetMyStoriesFrom(value bool) {
tl_contacts_set_blocked_gen.go#L252: func (s *ContactsSetBlockedRequest) GetMyStoriesFrom() (value bool) {
tl_contacts_set_blocked_gen.go#L260: func (s *ContactsSetBlockedRequest) GetID() (value []InputPeerClass) {
tl_contacts_set_blocked_gen.go#L268: func (s *ContactsSetBlockedRequest) GetLimit() (value int) {
tl_contacts_set_blocked_gen.go#L276: func (s *ContactsSetBlockedRequest) MapID() (value InputPeerClassArray) {
tl_contacts_set_blocked_gen.go#L287: func (c *Client) ContactsSetBlocked(ctx context.Context, request *ContactsSetBlockedRequest) (bool, error) {
tl_registry_gen.go#L4952: ContactsSetBlockedRequestTypeID: func() bin.Object { return &ContactsSetBlockedRequest{} },
tl_server_gen.go#L2685: func (s *ServerDispatcher) OnContactsSetBlocked(f func(ctx context.Context, request *ContactsSetBlockedRequest) (bool, error)) {
tl_server_gen.go#L2687: var request ContactsSetBlockedRequest
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. |