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

19 uses

	github.com/gotd/td/tg (current package)
		tl_invoke_with_takeout_gen.go#L41: type InvokeWithTakeoutRequest struct {
		tl_invoke_with_takeout_gen.go#L56: 	_ bin.Encoder     = &InvokeWithTakeoutRequest{}
		tl_invoke_with_takeout_gen.go#L57: 	_ bin.Decoder     = &InvokeWithTakeoutRequest{}
		tl_invoke_with_takeout_gen.go#L58: 	_ bin.BareEncoder = &InvokeWithTakeoutRequest{}
		tl_invoke_with_takeout_gen.go#L59: 	_ bin.BareDecoder = &InvokeWithTakeoutRequest{}
		tl_invoke_with_takeout_gen.go#L62: func (i *InvokeWithTakeoutRequest) Zero() bool {
		tl_invoke_with_takeout_gen.go#L77: func (i *InvokeWithTakeoutRequest) String() string {
		tl_invoke_with_takeout_gen.go#L81: 	type Alias InvokeWithTakeoutRequest
		tl_invoke_with_takeout_gen.go#L86: func (i *InvokeWithTakeoutRequest) FillFrom(from interface {
		tl_invoke_with_takeout_gen.go#L97: func (*InvokeWithTakeoutRequest) TypeID() uint32 {
		tl_invoke_with_takeout_gen.go#L102: func (*InvokeWithTakeoutRequest) TypeName() string {
		tl_invoke_with_takeout_gen.go#L107: func (i *InvokeWithTakeoutRequest) TypeInfo() tdp.Type {
		tl_invoke_with_takeout_gen.go#L130: func (i *InvokeWithTakeoutRequest) Encode(b *bin.Buffer) error {
		tl_invoke_with_takeout_gen.go#L139: func (i *InvokeWithTakeoutRequest) EncodeBare(b *bin.Buffer) error {
		tl_invoke_with_takeout_gen.go#L151: func (i *InvokeWithTakeoutRequest) Decode(b *bin.Buffer) error {
		tl_invoke_with_takeout_gen.go#L162: func (i *InvokeWithTakeoutRequest) DecodeBare(b *bin.Buffer) error {
		tl_invoke_with_takeout_gen.go#L182: func (i *InvokeWithTakeoutRequest) GetTakeoutID() (value int64) {
		tl_invoke_with_takeout_gen.go#L190: func (i *InvokeWithTakeoutRequest) GetQuery() (value bin.Object) {
		tl_registry_gen.go#L4810: 		InvokeWithTakeoutRequestTypeID:                                          func() bin.Object { return &InvokeWithTakeoutRequest{} },