type github.com/gotd/td/tg.PhoneAcceptCallRequest
23 uses
github.com/gotd/td/tg (current package)
tl_phone_accept_call_gen.go#L38: type PhoneAcceptCallRequest struct {
tl_phone_accept_call_gen.go#L55: _ bin.Encoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L56: _ bin.Decoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L57: _ bin.BareEncoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L58: _ bin.BareDecoder = &PhoneAcceptCallRequest{}
tl_phone_accept_call_gen.go#L61: func (a *PhoneAcceptCallRequest) Zero() bool {
tl_phone_accept_call_gen.go#L79: func (a *PhoneAcceptCallRequest) String() string {
tl_phone_accept_call_gen.go#L83: type Alias PhoneAcceptCallRequest
tl_phone_accept_call_gen.go#L88: func (a *PhoneAcceptCallRequest) FillFrom(from interface {
tl_phone_accept_call_gen.go#L101: func (*PhoneAcceptCallRequest) TypeID() uint32 {
tl_phone_accept_call_gen.go#L106: func (*PhoneAcceptCallRequest) TypeName() string {
tl_phone_accept_call_gen.go#L111: func (a *PhoneAcceptCallRequest) TypeInfo() tdp.Type {
tl_phone_accept_call_gen.go#L138: func (a *PhoneAcceptCallRequest) Encode(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L147: func (a *PhoneAcceptCallRequest) EncodeBare(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L162: func (a *PhoneAcceptCallRequest) Decode(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L173: func (a *PhoneAcceptCallRequest) DecodeBare(b *bin.Buffer) error {
tl_phone_accept_call_gen.go#L198: func (a *PhoneAcceptCallRequest) GetPeer() (value InputPhoneCall) {
tl_phone_accept_call_gen.go#L206: func (a *PhoneAcceptCallRequest) GetGB() (value []byte) {
tl_phone_accept_call_gen.go#L214: func (a *PhoneAcceptCallRequest) GetProtocol() (value PhoneCallProtocol) {
tl_phone_accept_call_gen.go#L234: func (c *Client) PhoneAcceptCall(ctx context.Context, request *PhoneAcceptCallRequest) (*PhonePhoneCall, error) {
tl_registry_gen.go#L5285: PhoneAcceptCallRequestTypeID: func() bin.Object { return &PhoneAcceptCallRequest{} },
tl_server_gen.go#L8670: func (s *ServerDispatcher) OnPhoneAcceptCall(f func(ctx context.Context, request *PhoneAcceptCallRequest) (*PhonePhoneCall, error)) {
tl_server_gen.go#L8672: var request PhoneAcceptCallRequest
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. |