Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type Client
- type DictFieldStringUserEntityPaymentItemBoxed
- type DictionaryBoxedUserEntityPaymentItemBoxedMaybe
- type DictionaryUserEntityPaymentItemBoxed
- type GetUserEntity
- type GetUserEntityResult
- type GetUserEntityResultBoxedMaybe
- type GetUserEntity__Result
- type Handler
- type UserEntityPaymentItem
- type UserEntityPaymentItemPromo
- type UserEntityPaymentItemPromoBoxedMaybe
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Client rpc.Client
Network string // should be either "tcp4" or "unix"
Address string
ActorID int64 // should be >0 for routing via rpc-proxy
Timeout time.Duration // set to extra.CustomTimeoutMs, if not already set
}
func (*Client) GetUserEntity ¶
func (c *Client) GetUserEntity(ctx context.Context, args GetUserEntity, extra *rpc.InvokeReqExtra, ret *GetUserEntity__Result) (err error)
type DictFieldStringUserEntityPaymentItemBoxed ¶
type DictFieldStringUserEntityPaymentItemBoxed = tlDictFieldStringUsefulServiceUserEntityPaymentItemBoxed.DictFieldStringUsefulServiceUserEntityPaymentItemBoxed
type DictionaryBoxedUserEntityPaymentItemBoxedMaybe ¶
type DictionaryBoxedUserEntityPaymentItemBoxedMaybe = tlDictionaryBoxedUsefulServiceUserEntityPaymentItemBoxedMaybe.DictionaryBoxedUsefulServiceUserEntityPaymentItemBoxedMaybe
type DictionaryUserEntityPaymentItemBoxed ¶
type DictionaryUserEntityPaymentItemBoxed = tlDictionaryUsefulServiceUserEntityPaymentItemBoxed.DictionaryUsefulServiceUserEntityPaymentItemBoxed
type GetUserEntity ¶
type GetUserEntity = tlUsefulServiceGetUserEntity.UsefulServiceGetUserEntity
type GetUserEntityResult ¶
type GetUserEntityResult = tlUsefulServiceGetUserEntityResult.UsefulServiceGetUserEntityResult
type GetUserEntityResultBoxedMaybe ¶
type GetUserEntityResultBoxedMaybe = tlUsefulServiceGetUserEntityResultBoxedMaybe.UsefulServiceGetUserEntityResultBoxedMaybe
type GetUserEntity__Result ¶
type GetUserEntity__Result = tlUsefulServiceGetUserEntityResultBoxedMaybe.UsefulServiceGetUserEntityResultBoxedMaybe
type Handler ¶
type Handler struct {
GetUserEntity func(ctx context.Context, args GetUserEntity) (GetUserEntity__Result, error) // usefulService.getUserEntity
}
type UserEntityPaymentItem ¶
type UserEntityPaymentItem = tlUsefulServiceUserEntityPaymentItem.UsefulServiceUserEntityPaymentItem
type UserEntityPaymentItemPromo ¶
type UserEntityPaymentItemPromo = tlUsefulServiceUserEntityPaymentItemPromo.UsefulServiceUserEntityPaymentItemPromo
type UserEntityPaymentItemPromoBoxedMaybe ¶
type UserEntityPaymentItemPromoBoxedMaybe = tlUsefulServiceUserEntityPaymentItemPromoBoxedMaybe.UsefulServiceUserEntityPaymentItemPromoBoxedMaybe
Click to show internal directories.
Click to hide internal directories.