type github.com/gotd/td/tg.UpdatePhoneCall
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L650: type PhoneCallHandler func(ctx context.Context, e Entities, update *UpdatePhoneCall) error
tl_handlers_gen.go#L655: return handler(ctx, e, update.(*UpdatePhoneCall))
tl_registry_gen.go#L3882: UpdatePhoneCallTypeID: func() bin.Object { return &UpdatePhoneCall{} },
tl_update_gen.go#L11488: type UpdatePhoneCall struct {
tl_update_gen.go#L11497: func (u UpdatePhoneCall) construct() UpdateClass { return &u }
tl_update_gen.go#L11501: _ bin.Encoder = &UpdatePhoneCall{}
tl_update_gen.go#L11502: _ bin.Decoder = &UpdatePhoneCall{}
tl_update_gen.go#L11503: _ bin.BareEncoder = &UpdatePhoneCall{}
tl_update_gen.go#L11504: _ bin.BareDecoder = &UpdatePhoneCall{}
tl_update_gen.go#L11506: _ UpdateClass = &UpdatePhoneCall{}
tl_update_gen.go#L11509: func (u *UpdatePhoneCall) Zero() bool {
tl_update_gen.go#L11521: func (u *UpdatePhoneCall) String() string {
tl_update_gen.go#L11525: type Alias UpdatePhoneCall
tl_update_gen.go#L11530: func (u *UpdatePhoneCall) FillFrom(from interface {
tl_update_gen.go#L11539: func (*UpdatePhoneCall) TypeID() uint32 {
tl_update_gen.go#L11544: func (*UpdatePhoneCall) TypeName() string {
tl_update_gen.go#L11549: func (u *UpdatePhoneCall) TypeInfo() tdp.Type {
tl_update_gen.go#L11568: func (u *UpdatePhoneCall) Encode(b *bin.Buffer) error {
tl_update_gen.go#L11577: func (u *UpdatePhoneCall) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L11591: func (u *UpdatePhoneCall) Decode(b *bin.Buffer) error {
tl_update_gen.go#L11602: func (u *UpdatePhoneCall) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L11617: func (u *UpdatePhoneCall) GetPhoneCall() (value PhoneCallClass) {
tl_update_gen.go#L25329: v := UpdatePhoneCall{}
tl_update_slices_gen.go#L759: value, ok := elem.(*UpdatePhoneCall)
tl_update_slices_gen.go#L5627: type UpdatePhoneCallArray []UpdatePhoneCall
tl_update_slices_gen.go#L5630: func (s UpdatePhoneCallArray) Sort(less func(a, b UpdatePhoneCall) bool) UpdatePhoneCallArray {
tl_update_slices_gen.go#L5638: func (s UpdatePhoneCallArray) SortStable(less func(a, b UpdatePhoneCall) bool) UpdatePhoneCallArray {
tl_update_slices_gen.go#L5646: func (s UpdatePhoneCallArray) Retain(keep func(x UpdatePhoneCall) bool) UpdatePhoneCallArray {
tl_update_slices_gen.go#L5660: func (s UpdatePhoneCallArray) First() (v UpdatePhoneCall, ok bool) {
tl_update_slices_gen.go#L5668: func (s UpdatePhoneCallArray) Last() (v UpdatePhoneCall, ok bool) {
tl_update_slices_gen.go#L5676: func (s *UpdatePhoneCallArray) PopFirst() (v UpdatePhoneCall, ok bool) {
tl_update_slices_gen.go#L5686: var zero UpdatePhoneCall
tl_update_slices_gen.go#L5695: func (s *UpdatePhoneCallArray) Pop() (v UpdatePhoneCall, 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. |