type github.com/gotd/td/tg.UpdateNewAuthorization
42 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L190: type NewAuthorizationHandler func(ctx context.Context, e Entities, update *UpdateNewAuthorization) error
tl_handlers_gen.go#L195: return handler(ctx, e, update.(*UpdateNewAuthorization))
tl_registry_gen.go#L3836: UpdateNewAuthorizationTypeID: func() bin.Object { return &UpdateNewAuthorization{} },
tl_update_gen.go#L1521: type UpdateNewAuthorization struct {
tl_update_gen.go#L1555: func (u UpdateNewAuthorization) construct() UpdateClass { return &u }
tl_update_gen.go#L1559: _ bin.Encoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1560: _ bin.Decoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1561: _ bin.BareEncoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1562: _ bin.BareDecoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1564: _ UpdateClass = &UpdateNewAuthorization{}
tl_update_gen.go#L1567: func (u *UpdateNewAuthorization) Zero() bool {
tl_update_gen.go#L1594: func (u *UpdateNewAuthorization) String() string {
tl_update_gen.go#L1598: type Alias UpdateNewAuthorization
tl_update_gen.go#L1603: func (u *UpdateNewAuthorization) FillFrom(from interface {
tl_update_gen.go#L1629: func (*UpdateNewAuthorization) TypeID() uint32 {
tl_update_gen.go#L1634: func (*UpdateNewAuthorization) TypeName() string {
tl_update_gen.go#L1639: func (u *UpdateNewAuthorization) TypeInfo() tdp.Type {
tl_update_gen.go#L1678: func (u *UpdateNewAuthorization) SetFlags() {
tl_update_gen.go#L1694: func (u *UpdateNewAuthorization) Encode(b *bin.Buffer) error {
tl_update_gen.go#L1703: func (u *UpdateNewAuthorization) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1725: func (u *UpdateNewAuthorization) Decode(b *bin.Buffer) error {
tl_update_gen.go#L1736: func (u *UpdateNewAuthorization) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1778: func (u *UpdateNewAuthorization) SetUnconfirmed(value bool) {
tl_update_gen.go#L1789: func (u *UpdateNewAuthorization) GetUnconfirmed() (value bool) {
tl_update_gen.go#L1797: func (u *UpdateNewAuthorization) GetHash() (value int64) {
tl_update_gen.go#L1805: func (u *UpdateNewAuthorization) SetDate(value int) {
tl_update_gen.go#L1812: func (u *UpdateNewAuthorization) GetDate() (value int, ok bool) {
tl_update_gen.go#L1823: func (u *UpdateNewAuthorization) SetDevice(value string) {
tl_update_gen.go#L1830: func (u *UpdateNewAuthorization) GetDevice() (value string, ok bool) {
tl_update_gen.go#L1841: func (u *UpdateNewAuthorization) SetLocation(value string) {
tl_update_gen.go#L1848: func (u *UpdateNewAuthorization) GetLocation() (value string, ok bool) {
tl_update_gen.go#L25007: v := UpdateNewAuthorization{}
tl_update_slices_gen.go#L226: value, ok := elem.(*UpdateNewAuthorization)
tl_update_slices_gen.go#L2195: type UpdateNewAuthorizationArray []UpdateNewAuthorization
tl_update_slices_gen.go#L2198: func (s UpdateNewAuthorizationArray) Sort(less func(a, b UpdateNewAuthorization) bool) UpdateNewAuthorizationArray {
tl_update_slices_gen.go#L2206: func (s UpdateNewAuthorizationArray) SortStable(less func(a, b UpdateNewAuthorization) bool) UpdateNewAuthorizationArray {
tl_update_slices_gen.go#L2214: func (s UpdateNewAuthorizationArray) Retain(keep func(x UpdateNewAuthorization) bool) UpdateNewAuthorizationArray {
tl_update_slices_gen.go#L2228: func (s UpdateNewAuthorizationArray) First() (v UpdateNewAuthorization, ok bool) {
tl_update_slices_gen.go#L2236: func (s UpdateNewAuthorizationArray) Last() (v UpdateNewAuthorization, ok bool) {
tl_update_slices_gen.go#L2244: func (s *UpdateNewAuthorizationArray) PopFirst() (v UpdateNewAuthorization, ok bool) {
tl_update_slices_gen.go#L2254: var zero UpdateNewAuthorization
tl_update_slices_gen.go#L2263: func (s *UpdateNewAuthorizationArray) Pop() (v UpdateNewAuthorization, 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. |