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

27 uses

	github.com/gotd/td/tg (current package)
		tl_phone_discard_call_gen.go#L41: type PhoneDiscardCallRequest struct {
		tl_phone_discard_call_gen.go#L64: 	_ bin.Encoder     = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L65: 	_ bin.Decoder     = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L66: 	_ bin.BareEncoder = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L67: 	_ bin.BareDecoder = &PhoneDiscardCallRequest{}
		tl_phone_discard_call_gen.go#L70: func (d *PhoneDiscardCallRequest) Zero() bool {
		tl_phone_discard_call_gen.go#L97: func (d *PhoneDiscardCallRequest) String() string {
		tl_phone_discard_call_gen.go#L101: 	type Alias PhoneDiscardCallRequest
		tl_phone_discard_call_gen.go#L106: func (d *PhoneDiscardCallRequest) FillFrom(from interface {
		tl_phone_discard_call_gen.go#L123: func (*PhoneDiscardCallRequest) TypeID() uint32 {
		tl_phone_discard_call_gen.go#L128: func (*PhoneDiscardCallRequest) TypeName() string {
		tl_phone_discard_call_gen.go#L133: func (d *PhoneDiscardCallRequest) TypeInfo() tdp.Type {
		tl_phone_discard_call_gen.go#L169: func (d *PhoneDiscardCallRequest) SetFlags() {
		tl_phone_discard_call_gen.go#L176: func (d *PhoneDiscardCallRequest) Encode(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L185: func (d *PhoneDiscardCallRequest) EncodeBare(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L208: func (d *PhoneDiscardCallRequest) Decode(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L219: func (d *PhoneDiscardCallRequest) DecodeBare(b *bin.Buffer) error {
		tl_phone_discard_call_gen.go#L259: func (d *PhoneDiscardCallRequest) SetVideo(value bool) {
		tl_phone_discard_call_gen.go#L270: func (d *PhoneDiscardCallRequest) GetVideo() (value bool) {
		tl_phone_discard_call_gen.go#L278: func (d *PhoneDiscardCallRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_discard_call_gen.go#L286: func (d *PhoneDiscardCallRequest) GetDuration() (value int) {
		tl_phone_discard_call_gen.go#L294: func (d *PhoneDiscardCallRequest) GetReason() (value PhoneCallDiscardReasonClass) {
		tl_phone_discard_call_gen.go#L302: func (d *PhoneDiscardCallRequest) GetConnectionID() (value int64) {
		tl_phone_discard_call_gen.go#L322: func (c *Client) PhoneDiscardCall(ctx context.Context, request *PhoneDiscardCallRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L7293: 		PhoneDiscardCallRequestTypeID:                                           func() bin.Object { return &PhoneDiscardCallRequest{} },
		tl_server_gen.go#L12150: func (s *ServerDispatcher) OnPhoneDiscardCall(f func(ctx context.Context, request *PhoneDiscardCallRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L12152: 		var request PhoneDiscardCallRequest