type github.com/gotd/td/tg.UpdateUser
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1200: type UserHandler func(ctx context.Context, e Entities, update *UpdateUser) error
tl_handlers_gen.go#L1205: return handler(ctx, e, update.(*UpdateUser))
tl_registry_gen.go#L3937: UpdateUserTypeID: func() bin.Object { return &UpdateUser{} },
tl_update_gen.go#L22302: type UpdateUser struct {
tl_update_gen.go#L22311: func (u UpdateUser) construct() UpdateClass { return &u }
tl_update_gen.go#L22315: _ bin.Encoder = &UpdateUser{}
tl_update_gen.go#L22316: _ bin.Decoder = &UpdateUser{}
tl_update_gen.go#L22317: _ bin.BareEncoder = &UpdateUser{}
tl_update_gen.go#L22318: _ bin.BareDecoder = &UpdateUser{}
tl_update_gen.go#L22320: _ UpdateClass = &UpdateUser{}
tl_update_gen.go#L22323: func (u *UpdateUser) Zero() bool {
tl_update_gen.go#L22335: func (u *UpdateUser) String() string {
tl_update_gen.go#L22339: type Alias UpdateUser
tl_update_gen.go#L22344: func (u *UpdateUser) FillFrom(from interface {
tl_update_gen.go#L22353: func (*UpdateUser) TypeID() uint32 {
tl_update_gen.go#L22358: func (*UpdateUser) TypeName() string {
tl_update_gen.go#L22363: func (u *UpdateUser) TypeInfo() tdp.Type {
tl_update_gen.go#L22382: func (u *UpdateUser) Encode(b *bin.Buffer) error {
tl_update_gen.go#L22391: func (u *UpdateUser) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L22400: func (u *UpdateUser) Decode(b *bin.Buffer) error {
tl_update_gen.go#L22411: func (u *UpdateUser) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L22426: func (u *UpdateUser) GetUserID() (value int64) {
tl_update_gen.go#L25714: v := UpdateUser{}
tl_update_slices_gen.go#L1357: value, ok := elem.(*UpdateUser)
tl_update_slices_gen.go#L9511: type UpdateUserArray []UpdateUser
tl_update_slices_gen.go#L9514: func (s UpdateUserArray) Sort(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9522: func (s UpdateUserArray) SortStable(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9530: func (s UpdateUserArray) Retain(keep func(x UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9544: func (s UpdateUserArray) First() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9552: func (s UpdateUserArray) Last() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9560: func (s *UpdateUserArray) PopFirst() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9570: var zero UpdateUser
tl_update_slices_gen.go#L9579: func (s *UpdateUserArray) Pop() (v UpdateUser, ok bool) {
|
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. |