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

19 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L3674: 		UserStatusEmptyTypeID:                                    func() bin.Object { return &UserStatusEmpty{} },
		tl_user_status_gen.go#L38: type UserStatusEmpty struct {
		tl_user_status_gen.go#L45: func (u UserStatusEmpty) construct() UserStatusClass { return &u }
		tl_user_status_gen.go#L49: 	_ bin.Encoder     = &UserStatusEmpty{}
		tl_user_status_gen.go#L50: 	_ bin.Decoder     = &UserStatusEmpty{}
		tl_user_status_gen.go#L51: 	_ bin.BareEncoder = &UserStatusEmpty{}
		tl_user_status_gen.go#L52: 	_ bin.BareDecoder = &UserStatusEmpty{}
		tl_user_status_gen.go#L54: 	_ UserStatusClass = &UserStatusEmpty{}
		tl_user_status_gen.go#L57: func (u *UserStatusEmpty) Zero() bool {
		tl_user_status_gen.go#L66: func (u *UserStatusEmpty) String() string {
		tl_user_status_gen.go#L70: 	type Alias UserStatusEmpty
		tl_user_status_gen.go#L77: func (*UserStatusEmpty) TypeID() uint32 {
		tl_user_status_gen.go#L82: func (*UserStatusEmpty) TypeName() string {
		tl_user_status_gen.go#L87: func (u *UserStatusEmpty) TypeInfo() tdp.Type {
		tl_user_status_gen.go#L101: func (u *UserStatusEmpty) Encode(b *bin.Buffer) error {
		tl_user_status_gen.go#L110: func (u *UserStatusEmpty) EncodeBare(b *bin.Buffer) error {
		tl_user_status_gen.go#L118: func (u *UserStatusEmpty) Decode(b *bin.Buffer) error {
		tl_user_status_gen.go#L129: func (u *UserStatusEmpty) DecodeBare(b *bin.Buffer) error {
		tl_user_status_gen.go#L762: 		v := UserStatusEmpty{}