type github.com/gotd/td/tg.UpdateUserName
36 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L180: type UserNameHandler func(ctx context.Context, e Entities, update *UpdateUserName) error
tl_handlers_gen.go#L185: return handler(ctx, e, update.(*UpdateUserName))
tl_registry_gen.go#L3835: UpdateUserNameTypeID: func() bin.Object { return &UpdateUserName{} },
tl_update_gen.go#L1282: type UpdateUserName struct {
tl_update_gen.go#L1305: func (u UpdateUserName) construct() UpdateClass { return &u }
tl_update_gen.go#L1309: _ bin.Encoder = &UpdateUserName{}
tl_update_gen.go#L1310: _ bin.Decoder = &UpdateUserName{}
tl_update_gen.go#L1311: _ bin.BareEncoder = &UpdateUserName{}
tl_update_gen.go#L1312: _ bin.BareDecoder = &UpdateUserName{}
tl_update_gen.go#L1314: _ UpdateClass = &UpdateUserName{}
tl_update_gen.go#L1317: func (u *UpdateUserName) Zero() bool {
tl_update_gen.go#L1338: func (u *UpdateUserName) String() string {
tl_update_gen.go#L1342: type Alias UpdateUserName
tl_update_gen.go#L1347: func (u *UpdateUserName) FillFrom(from interface {
tl_update_gen.go#L1362: func (*UpdateUserName) TypeID() uint32 {
tl_update_gen.go#L1367: func (*UpdateUserName) TypeName() string {
tl_update_gen.go#L1372: func (u *UpdateUserName) TypeInfo() tdp.Type {
tl_update_gen.go#L1403: func (u *UpdateUserName) Encode(b *bin.Buffer) error {
tl_update_gen.go#L1412: func (u *UpdateUserName) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1429: func (u *UpdateUserName) Decode(b *bin.Buffer) error {
tl_update_gen.go#L1440: func (u *UpdateUserName) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1486: func (u *UpdateUserName) GetUserID() (value int64) {
tl_update_gen.go#L1494: func (u *UpdateUserName) GetFirstName() (value string) {
tl_update_gen.go#L1502: func (u *UpdateUserName) GetLastName() (value string) {
tl_update_gen.go#L1510: func (u *UpdateUserName) GetUsernames() (value []Username) {
tl_update_gen.go#L25000: v := UpdateUserName{}
tl_update_slices_gen.go#L213: value, ok := elem.(*UpdateUserName)
tl_update_slices_gen.go#L2113: type UpdateUserNameArray []UpdateUserName
tl_update_slices_gen.go#L2116: func (s UpdateUserNameArray) Sort(less func(a, b UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2124: func (s UpdateUserNameArray) SortStable(less func(a, b UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2132: func (s UpdateUserNameArray) Retain(keep func(x UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2146: func (s UpdateUserNameArray) First() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2154: func (s UpdateUserNameArray) Last() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2162: func (s *UpdateUserNameArray) PopFirst() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2172: var zero UpdateUserName
tl_update_slices_gen.go#L2181: func (s *UpdateUserNameArray) Pop() (v UpdateUserName, 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. |