- Namespace
- OpenTl
.Schema .Messages - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IRequest<IBotResults>"]-.->Type
Interface1["IRequest"]-.->Type
click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IRequest"
Interface2["IObject"]-.->Type
click Interface2 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["RequestGetInlineBotResults"]
class Type type-node
Syntax
[Serialize(0x514e999d)]
public sealed class RequestGetInlineBotResults : IRequest<IBotResults>, IRequest, IObject
Attributes
| Type | Description |
|---|---|
| SerializeAttribute |
Properties
| Name | Value | Summary |
|---|---|---|
| Bot | IInputUser | |
| Flags | BitArray | |
| GeoPoint | IInputGeoPoint | |
| Offset | string | |
| OffsetAsBinary | byte[] |
Binary representation for the 'Offset' property
|
| Peer | IInputPeer | |
| Query | string | |
| QueryAsBinary | byte[] |
Binary representation for the 'Query' property
|