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

19 uses

	github.com/gotd/td/tg (current package)
		tl_invoke_with_business_connection_gen.go#L46: type InvokeWithBusinessConnectionRequest struct {
		tl_invoke_with_business_connection_gen.go#L58: 	_ bin.Encoder     = &InvokeWithBusinessConnectionRequest{}
		tl_invoke_with_business_connection_gen.go#L59: 	_ bin.Decoder     = &InvokeWithBusinessConnectionRequest{}
		tl_invoke_with_business_connection_gen.go#L60: 	_ bin.BareEncoder = &InvokeWithBusinessConnectionRequest{}
		tl_invoke_with_business_connection_gen.go#L61: 	_ bin.BareDecoder = &InvokeWithBusinessConnectionRequest{}
		tl_invoke_with_business_connection_gen.go#L64: func (i *InvokeWithBusinessConnectionRequest) Zero() bool {
		tl_invoke_with_business_connection_gen.go#L79: func (i *InvokeWithBusinessConnectionRequest) String() string {
		tl_invoke_with_business_connection_gen.go#L83: 	type Alias InvokeWithBusinessConnectionRequest
		tl_invoke_with_business_connection_gen.go#L88: func (i *InvokeWithBusinessConnectionRequest) FillFrom(from interface {
		tl_invoke_with_business_connection_gen.go#L99: func (*InvokeWithBusinessConnectionRequest) TypeID() uint32 {
		tl_invoke_with_business_connection_gen.go#L104: func (*InvokeWithBusinessConnectionRequest) TypeName() string {
		tl_invoke_with_business_connection_gen.go#L109: func (i *InvokeWithBusinessConnectionRequest) TypeInfo() tdp.Type {
		tl_invoke_with_business_connection_gen.go#L132: func (i *InvokeWithBusinessConnectionRequest) Encode(b *bin.Buffer) error {
		tl_invoke_with_business_connection_gen.go#L141: func (i *InvokeWithBusinessConnectionRequest) EncodeBare(b *bin.Buffer) error {
		tl_invoke_with_business_connection_gen.go#L153: func (i *InvokeWithBusinessConnectionRequest) Decode(b *bin.Buffer) error {
		tl_invoke_with_business_connection_gen.go#L164: func (i *InvokeWithBusinessConnectionRequest) DecodeBare(b *bin.Buffer) error {
		tl_invoke_with_business_connection_gen.go#L184: func (i *InvokeWithBusinessConnectionRequest) GetConnectionID() (value string) {
		tl_invoke_with_business_connection_gen.go#L192: func (i *InvokeWithBusinessConnectionRequest) GetQuery() (value bin.Object) {
		tl_registry_gen.go#L6522: 		InvokeWithBusinessConnectionRequestTypeID:                               func() bin.Object { return &InvokeWithBusinessConnectionRequest{} },