type github.com/gotd/td/tg.ContactsBlockRequest

24 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_block_gen.go#L41: type ContactsBlockRequest struct {
		tl_contacts_block_gen.go#L62: 	_ bin.Encoder     = &ContactsBlockRequest{}
		tl_contacts_block_gen.go#L63: 	_ bin.Decoder     = &ContactsBlockRequest{}
		tl_contacts_block_gen.go#L64: 	_ bin.BareEncoder = &ContactsBlockRequest{}
		tl_contacts_block_gen.go#L65: 	_ bin.BareDecoder = &ContactsBlockRequest{}
		tl_contacts_block_gen.go#L68: func (b *ContactsBlockRequest) Zero() bool {
		tl_contacts_block_gen.go#L86: func (b *ContactsBlockRequest) String() string {
		tl_contacts_block_gen.go#L90: 	type Alias ContactsBlockRequest
		tl_contacts_block_gen.go#L95: func (b *ContactsBlockRequest) FillFrom(from interface {
		tl_contacts_block_gen.go#L106: func (*ContactsBlockRequest) TypeID() uint32 {
		tl_contacts_block_gen.go#L111: func (*ContactsBlockRequest) TypeName() string {
		tl_contacts_block_gen.go#L116: func (b *ContactsBlockRequest) TypeInfo() tdp.Type {
		tl_contacts_block_gen.go#L140: func (b *ContactsBlockRequest) SetFlags() {
		tl_contacts_block_gen.go#L147: func (b *ContactsBlockRequest) Encode(buf *bin.Buffer) error {
		tl_contacts_block_gen.go#L156: func (b *ContactsBlockRequest) EncodeBare(buf *bin.Buffer) error {
		tl_contacts_block_gen.go#L174: func (b *ContactsBlockRequest) Decode(buf *bin.Buffer) error {
		tl_contacts_block_gen.go#L185: func (b *ContactsBlockRequest) DecodeBare(buf *bin.Buffer) error {
		tl_contacts_block_gen.go#L206: func (b *ContactsBlockRequest) SetMyStoriesFrom(value bool) {
		tl_contacts_block_gen.go#L217: func (b *ContactsBlockRequest) GetMyStoriesFrom() (value bool) {
		tl_contacts_block_gen.go#L225: func (b *ContactsBlockRequest) GetID() (value InputPeerClass) {
		tl_contacts_block_gen.go#L247: func (c *Client) ContactsBlock(ctx context.Context, request *ContactsBlockRequest) (bool, error) {
		tl_registry_gen.go#L4934: 		ContactsBlockRequestTypeID:                                              func() bin.Object { return &ContactsBlockRequest{} },
		tl_server_gen.go#L2355: func (s *ServerDispatcher) OnContactsBlock(f func(ctx context.Context, request *ContactsBlockRequest) (bool, error)) {
		tl_server_gen.go#L2357: 		var request ContactsBlockRequest