type github.com/gotd/td/tg.PhoneDiscardCallRequest

27 uses

	github.com/gotd/td/tg (current package)
		tl_phone_discard_call_gen.go#L38: type PhoneDiscardCallRequest struct {
		tl_phone_discard_call_gen.go#L61: 	_ bin.Encoder     = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L62: 	_ bin.Decoder     = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L63: 	_ bin.BareEncoder = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L64: 	_ bin.BareDecoder = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L67: func (d *PhoneDiscardCallRequest) Zero() bool {
		tl_phone_discard_call_gen.go#L94: func (d *PhoneDiscardCallRequest) String() string {
		tl_phone_discard_call_gen.go#L98: 	type Alias PhoneDiscardCallRequest
		tl_phone_discard_call_gen.go#L103: func (d *PhoneDiscardCallRequest) FillFrom(from interface {
		tl_phone_discard_call_gen.go#L120: func (*PhoneDiscardCallRequest) TypeID() uint32 {
		tl_phone_discard_call_gen.go#L125: func (*PhoneDiscardCallRequest) TypeName() string {
		tl_phone_discard_call_gen.go#L130: func (d *PhoneDiscardCallRequest) TypeInfo() tdp.Type {
		tl_phone_discard_call_gen.go#L166: func (d *PhoneDiscardCallRequest) SetFlags() {
		tl_phone_discard_call_gen.go#L173: func (d *PhoneDiscardCallRequest) Encode(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L182: func (d *PhoneDiscardCallRequest) EncodeBare(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L205: func (d *PhoneDiscardCallRequest) Decode(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L216: func (d *PhoneDiscardCallRequest) DecodeBare(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L256: func (d *PhoneDiscardCallRequest) SetVideo(value bool) {
		tl_phone_discard_call_gen.go#L267: func (d *PhoneDiscardCallRequest) GetVideo() (value bool) {
		tl_phone_discard_call_gen.go#L275: func (d *PhoneDiscardCallRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_discard_call_gen.go#L283: func (d *PhoneDiscardCallRequest) GetDuration() (value int) {
		tl_phone_discard_call_gen.go#L291: func (d *PhoneDiscardCallRequest) GetReason() (value PhoneCallDiscardReasonClass) {
		tl_phone_discard_call_gen.go#L299: func (d *PhoneDiscardCallRequest) GetConnectionID() (value int64) {
		tl_phone_discard_call_gen.go#L316: func (c *Client) PhoneDiscardCall(ctx context.Context, request *PhoneDiscardCallRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L5288: 		PhoneDiscardCallRequestTypeID:                                           func() bin.Object { return &PhoneDiscardCallRequest{} },
		tl_server_gen.go#L8725: func (s *ServerDispatcher) OnPhoneDiscardCall(f func(ctx context.Context, request *PhoneDiscardCallRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L8727: 		var request PhoneDiscardCallRequest