type github.com/gotd/td/tg.UpdatePhoneCallSignalingData
34 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L870: type PhoneCallSignalingDataHandler func(ctx context.Context, e Entities, update *UpdatePhoneCallSignalingData) error
tl_handlers_gen.go#L875: return handler(ctx, e, update.(*UpdatePhoneCallSignalingData))
tl_registry_gen.go#L3904: UpdatePhoneCallSignalingDataTypeID: func() bin.Object { return &UpdatePhoneCallSignalingData{} },
tl_update_gen.go#L15134: type UpdatePhoneCallSignalingData struct {
tl_update_gen.go#L15145: func (u UpdatePhoneCallSignalingData) construct() UpdateClass { return &u }
tl_update_gen.go#L15149: _ bin.Encoder = &UpdatePhoneCallSignalingData{}
tl_update_gen.go#L15150: _ bin.Decoder = &UpdatePhoneCallSignalingData{}
tl_update_gen.go#L15151: _ bin.BareEncoder = &UpdatePhoneCallSignalingData{}
tl_update_gen.go#L15152: _ bin.BareDecoder = &UpdatePhoneCallSignalingData{}
tl_update_gen.go#L15154: _ UpdateClass = &UpdatePhoneCallSignalingData{}
tl_update_gen.go#L15157: func (u *UpdatePhoneCallSignalingData) Zero() bool {
tl_update_gen.go#L15172: func (u *UpdatePhoneCallSignalingData) String() string {
tl_update_gen.go#L15176: type Alias UpdatePhoneCallSignalingData
tl_update_gen.go#L15181: func (u *UpdatePhoneCallSignalingData) FillFrom(from interface {
tl_update_gen.go#L15192: func (*UpdatePhoneCallSignalingData) TypeID() uint32 {
tl_update_gen.go#L15197: func (*UpdatePhoneCallSignalingData) TypeName() string {
tl_update_gen.go#L15202: func (u *UpdatePhoneCallSignalingData) TypeInfo() tdp.Type {
tl_update_gen.go#L15225: func (u *UpdatePhoneCallSignalingData) Encode(b *bin.Buffer) error {
tl_update_gen.go#L15234: func (u *UpdatePhoneCallSignalingData) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L15244: func (u *UpdatePhoneCallSignalingData) Decode(b *bin.Buffer) error {
tl_update_gen.go#L15255: func (u *UpdatePhoneCallSignalingData) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L15277: func (u *UpdatePhoneCallSignalingData) GetPhoneCallID() (value int64) {
tl_update_gen.go#L15285: func (u *UpdatePhoneCallSignalingData) GetData() (value []byte) {
tl_update_gen.go#L25483: v := UpdatePhoneCallSignalingData{}
tl_update_slices_gen.go#L993: value, ok := elem.(*UpdatePhoneCallSignalingData)
tl_update_slices_gen.go#L7131: type UpdatePhoneCallSignalingDataArray []UpdatePhoneCallSignalingData
tl_update_slices_gen.go#L7134: func (s UpdatePhoneCallSignalingDataArray) Sort(less func(a, b UpdatePhoneCallSignalingData) bool) UpdatePhoneCallSignalingDataArray {
tl_update_slices_gen.go#L7142: func (s UpdatePhoneCallSignalingDataArray) SortStable(less func(a, b UpdatePhoneCallSignalingData) bool) UpdatePhoneCallSignalingDataArray {
tl_update_slices_gen.go#L7150: func (s UpdatePhoneCallSignalingDataArray) Retain(keep func(x UpdatePhoneCallSignalingData) bool) UpdatePhoneCallSignalingDataArray {
tl_update_slices_gen.go#L7164: func (s UpdatePhoneCallSignalingDataArray) First() (v UpdatePhoneCallSignalingData, ok bool) {
tl_update_slices_gen.go#L7172: func (s UpdatePhoneCallSignalingDataArray) Last() (v UpdatePhoneCallSignalingData, ok bool) {
tl_update_slices_gen.go#L7180: func (s *UpdatePhoneCallSignalingDataArray) PopFirst() (v UpdatePhoneCallSignalingData, ok bool) {
tl_update_slices_gen.go#L7190: var zero UpdatePhoneCallSignalingData
tl_update_slices_gen.go#L7199: func (s *UpdatePhoneCallSignalingDataArray) Pop() (v UpdatePhoneCallSignalingData, 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. |