type github.com/gotd/td/tg.PhoneConfirmCallRequest
24 uses
github.com/gotd/td/tg (current package)
tl_phone_confirm_call_gen.go#L41: type PhoneConfirmCallRequest struct {
tl_phone_confirm_call_gen.go#L60: _ bin.Encoder = &PhoneConfirmCallRequest{}
tl_phone_confirm_call_gen.go#L61: _ bin.Decoder = &PhoneConfirmCallRequest{}
tl_phone_confirm_call_gen.go#L62: _ bin.BareEncoder = &PhoneConfirmCallRequest{}
tl_phone_confirm_call_gen.go#L63: _ bin.BareDecoder = &PhoneConfirmCallRequest{}
tl_phone_confirm_call_gen.go#L66: func (c *PhoneConfirmCallRequest) Zero() bool {
tl_phone_confirm_call_gen.go#L87: func (c *PhoneConfirmCallRequest) String() string {
tl_phone_confirm_call_gen.go#L91: type Alias PhoneConfirmCallRequest
tl_phone_confirm_call_gen.go#L96: func (c *PhoneConfirmCallRequest) FillFrom(from interface {
tl_phone_confirm_call_gen.go#L111: func (*PhoneConfirmCallRequest) TypeID() uint32 {
tl_phone_confirm_call_gen.go#L116: func (*PhoneConfirmCallRequest) TypeName() string {
tl_phone_confirm_call_gen.go#L121: func (c *PhoneConfirmCallRequest) TypeInfo() tdp.Type {
tl_phone_confirm_call_gen.go#L152: func (c *PhoneConfirmCallRequest) Encode(b *bin.Buffer) error {
tl_phone_confirm_call_gen.go#L161: func (c *PhoneConfirmCallRequest) EncodeBare(b *bin.Buffer) error {
tl_phone_confirm_call_gen.go#L177: func (c *PhoneConfirmCallRequest) Decode(b *bin.Buffer) error {
tl_phone_confirm_call_gen.go#L188: func (c *PhoneConfirmCallRequest) DecodeBare(b *bin.Buffer) error {
tl_phone_confirm_call_gen.go#L220: func (c *PhoneConfirmCallRequest) GetPeer() (value InputPhoneCall) {
tl_phone_confirm_call_gen.go#L228: func (c *PhoneConfirmCallRequest) GetGA() (value []byte) {
tl_phone_confirm_call_gen.go#L236: func (c *PhoneConfirmCallRequest) GetKeyFingerprint() (value int64) {
tl_phone_confirm_call_gen.go#L244: func (c *PhoneConfirmCallRequest) GetProtocol() (value PhoneCallProtocol) {
tl_phone_confirm_call_gen.go#L263: func (c *Client) PhoneConfirmCall(ctx context.Context, request *PhoneConfirmCallRequest) (*PhonePhoneCall, error) {
tl_registry_gen.go#L5286: PhoneConfirmCallRequestTypeID: func() bin.Object { return &PhoneConfirmCallRequest{} },
tl_server_gen.go#L8687: func (s *ServerDispatcher) OnPhoneConfirmCall(f func(ctx context.Context, request *PhoneConfirmCallRequest) (*PhonePhoneCall, error)) {
tl_server_gen.go#L8689: var request PhoneConfirmCallRequest
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. |