type github.com/gotd/td/tg.PhoneAcceptCallRequest
23 uses
github.com/gotd/td/tg (current package)
tl_phone_accept_call_gen.go#L41: type PhoneAcceptCallRequest struct {
tl_phone_accept_call_gen.go#L58: _ bin.Encoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L59: _ bin.Decoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L60: _ bin.BareEncoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L61: _ bin.BareDecoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L64: func (a *PhoneAcceptCallRequest) Zero() bool {
tl_phone_accept_call_gen.go#L82: func (a *PhoneAcceptCallRequest) String() string {
tl_phone_accept_call_gen.go#L86: type Alias PhoneAcceptCallRequest
tl_phone_accept_call_gen.go#L91: func (a *PhoneAcceptCallRequest) FillFrom(from interface {
tl_phone_accept_call_gen.go#L104: func (*PhoneAcceptCallRequest) TypeID() uint32 {
tl_phone_accept_call_gen.go#L109: func (*PhoneAcceptCallRequest) TypeName() string {
tl_phone_accept_call_gen.go#L114: func (a *PhoneAcceptCallRequest) TypeInfo() tdp.Type {
tl_phone_accept_call_gen.go#L141: func (a *PhoneAcceptCallRequest) Encode(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L150: func (a *PhoneAcceptCallRequest) EncodeBare(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L165: func (a *PhoneAcceptCallRequest) Decode(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L176: func (a *PhoneAcceptCallRequest) DecodeBare(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L201: func (a *PhoneAcceptCallRequest) GetPeer() (value InputPhoneCall) {
tl_phone_accept_call_gen.go#L209: func (a *PhoneAcceptCallRequest) GetGB() (value []byte) {
tl_phone_accept_call_gen.go#L217: func (a *PhoneAcceptCallRequest) GetProtocol() (value PhoneCallProtocol) {
tl_phone_accept_call_gen.go#L241: func (c *Client) PhoneAcceptCall(ctx context.Context, request *PhoneAcceptCallRequest) (*PhonePhoneCall, error) {
tl_registry_gen.go#L7186: PhoneAcceptCallRequestTypeID: func() bin.Object { return &PhoneAcceptCallRequest{} },
tl_server_gen.go#L12044: func (s *ServerDispatcher) OnPhoneAcceptCall(f func(ctx context.Context, request *PhoneAcceptCallRequest) (*PhonePhoneCall, error)) {
tl_server_gen.go#L12046: var request PhoneAcceptCallRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |