type github.com/gotd/td/tg.UserEmpty
41 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3670: UserEmptyTypeID: func() bin.Object { return &UserEmpty{} },
tl_user_gen.go#L38: type UserEmpty struct {
tl_user_gen.go#L47: func (u UserEmpty) construct() UserClass { return &u }
tl_user_gen.go#L51: _ bin.Encoder = &UserEmpty{}
tl_user_gen.go#L52: _ bin.Decoder = &UserEmpty{}
tl_user_gen.go#L53: _ bin.BareEncoder = &UserEmpty{}
tl_user_gen.go#L54: _ bin.BareDecoder = &UserEmpty{}
tl_user_gen.go#L56: _ UserClass = &UserEmpty{}
tl_user_gen.go#L59: func (u *UserEmpty) Zero() bool {
tl_user_gen.go#L71: func (u *UserEmpty) String() string {
tl_user_gen.go#L75: type Alias UserEmpty
tl_user_gen.go#L80: func (u *UserEmpty) FillFrom(from interface {
tl_user_gen.go#L89: func (*UserEmpty) TypeID() uint32 {
tl_user_gen.go#L94: func (*UserEmpty) TypeName() string {
tl_user_gen.go#L99: func (u *UserEmpty) TypeInfo() tdp.Type {
tl_user_gen.go#L118: func (u *UserEmpty) Encode(b *bin.Buffer) error {
tl_user_gen.go#L127: func (u *UserEmpty) EncodeBare(b *bin.Buffer) error {
tl_user_gen.go#L136: func (u *UserEmpty) Decode(b *bin.Buffer) error {
tl_user_gen.go#L147: func (u *UserEmpty) DecodeBare(b *bin.Buffer) error {
tl_user_gen.go#L162: func (u *UserEmpty) GetID() (value int64) {
tl_user_gen.go#L2022: func (u *UserEmpty) AsNotEmpty() (*User, bool) {
tl_user_gen.go#L2040: v := UserEmpty{}
tl_user_slices_gen.go#L134: func (s UserClassArray) FillUserEmptyMap(to map[int64]*UserEmpty) {
tl_user_slices_gen.go#L136: value, ok := elem.(*UserEmpty)
tl_user_slices_gen.go#L145: func (s UserClassArray) UserEmptyToMap() map[int64]*UserEmpty {
tl_user_slices_gen.go#L146: r := make(map[int64]*UserEmpty, len(s))
tl_user_slices_gen.go#L154: value, ok := elem.(*UserEmpty)
tl_user_slices_gen.go#L269: type UserEmptyArray []UserEmpty
tl_user_slices_gen.go#L272: func (s UserEmptyArray) Sort(less func(a, b UserEmpty) bool) UserEmptyArray {
tl_user_slices_gen.go#L280: func (s UserEmptyArray) SortStable(less func(a, b UserEmpty) bool) UserEmptyArray {
tl_user_slices_gen.go#L288: func (s UserEmptyArray) Retain(keep func(x UserEmpty) bool) UserEmptyArray {
tl_user_slices_gen.go#L302: func (s UserEmptyArray) First() (v UserEmpty, ok bool) {
tl_user_slices_gen.go#L310: func (s UserEmptyArray) Last() (v UserEmpty, ok bool) {
tl_user_slices_gen.go#L318: func (s *UserEmptyArray) PopFirst() (v UserEmpty, ok bool) {
tl_user_slices_gen.go#L328: var zero UserEmpty
tl_user_slices_gen.go#L337: func (s *UserEmptyArray) Pop() (v UserEmpty, ok bool) {
tl_user_slices_gen.go#L352: return s.Sort(func(a, b UserEmpty) bool {
tl_user_slices_gen.go#L359: return s.SortStable(func(a, b UserEmpty) bool {
tl_user_slices_gen.go#L365: func (s UserEmptyArray) FillMap(to map[int64]UserEmpty) {
tl_user_slices_gen.go#L372: func (s UserEmptyArray) ToMap() map[int64]UserEmpty {
tl_user_slices_gen.go#L373: r := make(map[int64]UserEmpty, len(s))
|
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. |