type github.com/gotd/td/tg.ContactStatus
27 uses
github.com/gotd/td/tg (current package)
tl_contact_status_gen.go#L38: type ContactStatus struct {
tl_contact_status_gen.go#L50: _ bin.Encoder = &ContactStatus{}
tl_contact_status_gen.go#L51: _ bin.Decoder = &ContactStatus{}
tl_contact_status_gen.go#L52: _ bin.BareEncoder = &ContactStatus{}
tl_contact_status_gen.go#L53: _ bin.BareDecoder = &ContactStatus{}
tl_contact_status_gen.go#L56: func (c *ContactStatus) Zero() bool {
tl_contact_status_gen.go#L71: func (c *ContactStatus) String() string {
tl_contact_status_gen.go#L75: type Alias ContactStatus
tl_contact_status_gen.go#L80: func (c *ContactStatus) FillFrom(from interface {
tl_contact_status_gen.go#L91: func (*ContactStatus) TypeID() uint32 {
tl_contact_status_gen.go#L96: func (*ContactStatus) TypeName() string {
tl_contact_status_gen.go#L101: func (c *ContactStatus) TypeInfo() tdp.Type {
tl_contact_status_gen.go#L124: func (c *ContactStatus) Encode(b *bin.Buffer) error {
tl_contact_status_gen.go#L133: func (c *ContactStatus) EncodeBare(b *bin.Buffer) error {
tl_contact_status_gen.go#L148: func (c *ContactStatus) Decode(b *bin.Buffer) error {
tl_contact_status_gen.go#L159: func (c *ContactStatus) DecodeBare(b *bin.Buffer) error {
tl_contact_status_gen.go#L181: func (c *ContactStatus) GetUserID() (value int64) {
tl_contact_status_gen.go#L189: func (c *ContactStatus) GetStatus() (value UserStatusClass) {
tl_contact_status_vector_gen.go#L37: Elems []ContactStatus
tl_contact_status_vector_gen.go#L73: GetElems() (value []ContactStatus)
tl_contact_status_vector_gen.go#L153: vec.Elems = make([]ContactStatus, 0, headerLen%bin.PreallocateLimit)
tl_contact_status_vector_gen.go#L156: var value ContactStatus
tl_contact_status_vector_gen.go#L167: func (vec *ContactStatusVector) GetElems() (value []ContactStatus) {
tl_contacts_get_statuses_gen.go#L135: func (c *Client) ContactsGetStatuses(ctx context.Context) ([]ContactStatus, error) {
tl_contacts_get_statuses_gen.go#L142: return []ContactStatus(result.Elems), nil
tl_registry_gen.go#L3794: ContactStatusTypeID: func() bin.Object { return &ContactStatus{} },
tl_server_gen.go#L2266: func (s *ServerDispatcher) OnContactsGetStatuses(f func(ctx context.Context) ([]ContactStatus, 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. |