type github.com/gotd/td/tg.ContactStatusVector
19 uses
github.com/gotd/td/tg (current package)
tl_contact_status_vector_gen.go#L35: type ContactStatusVector struct {
tl_contact_status_vector_gen.go#L45: _ bin.Encoder = &ContactStatusVector{}
tl_contact_status_vector_gen.go#L46: _ bin.Decoder = &ContactStatusVector{}
tl_contact_status_vector_gen.go#L47: _ bin.BareEncoder = &ContactStatusVector{}
tl_contact_status_vector_gen.go#L48: _ bin.BareDecoder = &ContactStatusVector{}
tl_contact_status_vector_gen.go#L51: func (vec *ContactStatusVector) Zero() bool {
tl_contact_status_vector_gen.go#L63: func (vec *ContactStatusVector) String() string {
tl_contact_status_vector_gen.go#L67: type Alias ContactStatusVector
tl_contact_status_vector_gen.go#L72: func (vec *ContactStatusVector) FillFrom(from interface {
tl_contact_status_vector_gen.go#L81: func (*ContactStatusVector) TypeID() uint32 {
tl_contact_status_vector_gen.go#L86: func (*ContactStatusVector) TypeName() string {
tl_contact_status_vector_gen.go#L91: func (vec *ContactStatusVector) TypeInfo() tdp.Type {
tl_contact_status_vector_gen.go#L110: func (vec *ContactStatusVector) Encode(b *bin.Buffer) error {
tl_contact_status_vector_gen.go#L119: func (vec *ContactStatusVector) EncodeBare(b *bin.Buffer) error {
tl_contact_status_vector_gen.go#L133: func (vec *ContactStatusVector) Decode(b *bin.Buffer) error {
tl_contact_status_vector_gen.go#L142: func (vec *ContactStatusVector) DecodeBare(b *bin.Buffer) error {
tl_contact_status_vector_gen.go#L167: func (vec *ContactStatusVector) GetElems() (value []ContactStatus) {
tl_contacts_get_statuses_gen.go#L136: var result ContactStatusVector
tl_server_gen.go#L2277: return &ContactStatusVector{Elems: response}, nil
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. |