type github.com/gotd/td/tg.UserStatusLastMonth
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3679: UserStatusLastMonthTypeID: func() bin.Object { return &UserStatusLastMonth{} },
tl_user_status_gen.go#L614: type UserStatusLastMonth struct {
tl_user_status_gen.go#L621: func (u UserStatusLastMonth) construct() UserStatusClass { return &u }
tl_user_status_gen.go#L625: _ bin.Encoder = &UserStatusLastMonth{}
tl_user_status_gen.go#L626: _ bin.Decoder = &UserStatusLastMonth{}
tl_user_status_gen.go#L627: _ bin.BareEncoder = &UserStatusLastMonth{}
tl_user_status_gen.go#L628: _ bin.BareDecoder = &UserStatusLastMonth{}
tl_user_status_gen.go#L630: _ UserStatusClass = &UserStatusLastMonth{}
tl_user_status_gen.go#L633: func (u *UserStatusLastMonth) Zero() bool {
tl_user_status_gen.go#L642: func (u *UserStatusLastMonth) String() string {
tl_user_status_gen.go#L646: type Alias UserStatusLastMonth
tl_user_status_gen.go#L653: func (*UserStatusLastMonth) TypeID() uint32 {
tl_user_status_gen.go#L658: func (*UserStatusLastMonth) TypeName() string {
tl_user_status_gen.go#L663: func (u *UserStatusLastMonth) TypeInfo() tdp.Type {
tl_user_status_gen.go#L677: func (u *UserStatusLastMonth) Encode(b *bin.Buffer) error {
tl_user_status_gen.go#L686: func (u *UserStatusLastMonth) EncodeBare(b *bin.Buffer) error {
tl_user_status_gen.go#L694: func (u *UserStatusLastMonth) Decode(b *bin.Buffer) error {
tl_user_status_gen.go#L705: func (u *UserStatusLastMonth) DecodeBare(b *bin.Buffer) error {
tl_user_status_gen.go#L797: v := UserStatusLastMonth{}
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. |