type github.com/gotd/td/tg.ContactsBlockedClass
19 uses
github.com/gotd/td/tg (current package)
tl_contacts_blocked_gen.go#L51: func (b ContactsBlocked) construct() ContactsBlockedClass { return &b }
tl_contacts_blocked_gen.go#L60: _ ContactsBlockedClass = &ContactsBlocked{}
tl_contacts_blocked_gen.go#L303: func (b ContactsBlockedSlice) construct() ContactsBlockedClass { return &b }
tl_contacts_blocked_gen.go#L312: _ ContactsBlockedClass = &ContactsBlockedSlice{}
tl_contacts_blocked_gen.go#L579: type ContactsBlockedClass interface {
tl_contacts_blocked_gen.go#L584: construct() ContactsBlockedClass
tl_contacts_blocked_gen.go#L610: func DecodeContactsBlocked(buf *bin.Buffer) (ContactsBlockedClass, error) {
tl_contacts_blocked_gen.go#L637: Blocked ContactsBlockedClass
tl_contacts_blocked_slices_gen.go#L38: type ContactsBlockedClassArray []ContactsBlockedClass
tl_contacts_blocked_slices_gen.go#L41: func (s ContactsBlockedClassArray) Sort(less func(a, b ContactsBlockedClass) bool) ContactsBlockedClassArray {
tl_contacts_blocked_slices_gen.go#L49: func (s ContactsBlockedClassArray) SortStable(less func(a, b ContactsBlockedClass) bool) ContactsBlockedClassArray {
tl_contacts_blocked_slices_gen.go#L57: func (s ContactsBlockedClassArray) Retain(keep func(x ContactsBlockedClass) bool) ContactsBlockedClassArray {
tl_contacts_blocked_slices_gen.go#L71: func (s ContactsBlockedClassArray) First() (v ContactsBlockedClass, ok bool) {
tl_contacts_blocked_slices_gen.go#L79: func (s ContactsBlockedClassArray) Last() (v ContactsBlockedClass, ok bool) {
tl_contacts_blocked_slices_gen.go#L87: func (s *ContactsBlockedClassArray) PopFirst() (v ContactsBlockedClass, ok bool) {
tl_contacts_blocked_slices_gen.go#L97: var zero ContactsBlockedClass
tl_contacts_blocked_slices_gen.go#L106: func (s *ContactsBlockedClassArray) Pop() (v ContactsBlockedClass, ok bool) {
tl_contacts_get_blocked_gen.go#L255: func (c *Client) ContactsGetBlocked(ctx context.Context, request *ContactsGetBlockedRequest) (ContactsBlockedClass, error) {
tl_server_gen.go#L2397: func (s *ServerDispatcher) OnContactsGetBlocked(f func(ctx context.Context, request *ContactsGetBlockedRequest) (ContactsBlockedClass, error)) {
|
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. |