type github.com/gotd/td/tg.InputPhoneCall
47 uses
github.com/gotd/td/tg (current package)
tl_input_phone_call_gen.go#L38: type InputPhoneCall struct {
tl_input_phone_call_gen.go#L50: _ bin.Encoder = &InputPhoneCall{}
tl_input_phone_call_gen.go#L51: _ bin.Decoder = &InputPhoneCall{}
tl_input_phone_call_gen.go#L52: _ bin.BareEncoder = &InputPhoneCall{}
tl_input_phone_call_gen.go#L53: _ bin.BareDecoder = &InputPhoneCall{}
tl_input_phone_call_gen.go#L56: func (i *InputPhoneCall) Zero() bool {
tl_input_phone_call_gen.go#L71: func (i *InputPhoneCall) String() string {
tl_input_phone_call_gen.go#L75: type Alias InputPhoneCall
tl_input_phone_call_gen.go#L80: func (i *InputPhoneCall) FillFrom(from interface {
tl_input_phone_call_gen.go#L91: func (*InputPhoneCall) TypeID() uint32 {
tl_input_phone_call_gen.go#L96: func (*InputPhoneCall) TypeName() string {
tl_input_phone_call_gen.go#L101: func (i *InputPhoneCall) TypeInfo() tdp.Type {
tl_input_phone_call_gen.go#L124: func (i *InputPhoneCall) Encode(b *bin.Buffer) error {
tl_input_phone_call_gen.go#L133: func (i *InputPhoneCall) EncodeBare(b *bin.Buffer) error {
tl_input_phone_call_gen.go#L143: func (i *InputPhoneCall) Decode(b *bin.Buffer) error {
tl_input_phone_call_gen.go#L154: func (i *InputPhoneCall) DecodeBare(b *bin.Buffer) error {
tl_input_phone_call_gen.go#L176: func (i *InputPhoneCall) GetID() (value int64) {
tl_input_phone_call_gen.go#L184: func (i *InputPhoneCall) GetAccessHash() (value int64) {
tl_phone_accept_call_gen.go#L40: Peer InputPhoneCall
tl_phone_accept_call_gen.go#L89: GetPeer() (value InputPhoneCall)
tl_phone_accept_call_gen.go#L198: func (a *PhoneAcceptCallRequest) GetPeer() (value InputPhoneCall) {
tl_phone_call_gen.go#L2169: func (p *PhoneCall) AsInput() *InputPhoneCall {
tl_phone_call_gen.go#L2170: value := new(InputPhoneCall)
tl_phone_confirm_call_gen.go#L43: Peer InputPhoneCall
tl_phone_confirm_call_gen.go#L97: GetPeer() (value InputPhoneCall)
tl_phone_confirm_call_gen.go#L220: func (c *PhoneConfirmCallRequest) GetPeer() (value InputPhoneCall) {
tl_phone_discard_call_gen.go#L47: Peer InputPhoneCall
tl_phone_discard_call_gen.go#L105: GetPeer() (value InputPhoneCall)
tl_phone_discard_call_gen.go#L275: func (d *PhoneDiscardCallRequest) GetPeer() (value InputPhoneCall) {
tl_phone_received_call_gen.go#L41: Peer InputPhoneCall
tl_phone_received_call_gen.go#L77: GetPeer() (value InputPhoneCall)
tl_phone_received_call_gen.go#L158: func (r *PhoneReceivedCallRequest) GetPeer() (value InputPhoneCall) {
tl_phone_received_call_gen.go#L175: func (c *Client) PhoneReceivedCall(ctx context.Context, peer InputPhoneCall) (bool, error) {
tl_phone_save_call_debug_gen.go#L40: Peer InputPhoneCall
tl_phone_save_call_debug_gen.go#L81: GetPeer() (value InputPhoneCall)
tl_phone_save_call_debug_gen.go#L176: func (s *PhoneSaveCallDebugRequest) GetPeer() (value InputPhoneCall) {
tl_phone_save_call_log_gen.go#L40: Peer InputPhoneCall
tl_phone_save_call_log_gen.go#L81: GetPeer() (value InputPhoneCall)
tl_phone_save_call_log_gen.go#L181: func (s *PhoneSaveCallLogRequest) GetPeer() (value InputPhoneCall) {
tl_phone_send_signaling_data_gen.go#L40: Peer InputPhoneCall
tl_phone_send_signaling_data_gen.go#L81: GetPeer() (value InputPhoneCall)
tl_phone_send_signaling_data_gen.go#L176: func (s *PhoneSendSignalingDataRequest) GetPeer() (value InputPhoneCall) {
tl_phone_set_call_rating_gen.go#L47: Peer InputPhoneCall
tl_phone_set_call_rating_gen.go#L100: GetPeer() (value InputPhoneCall)
tl_phone_set_call_rating_gen.go#L251: func (s *PhoneSetCallRatingRequest) GetPeer() (value InputPhoneCall) {
tl_registry_gen.go#L4332: InputPhoneCallTypeID: func() bin.Object { return &InputPhoneCall{} },
tl_server_gen.go#L8704: func (s *ServerDispatcher) OnPhoneReceivedCall(f func(ctx context.Context, peer InputPhoneCall) (bool, error)) {
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. |