Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type UsefulServiceUserEntityPaymentItem
- func (item *UsefulServiceUserEntityPaymentItem) FillRandom(rg *basictl.RandGenerator, nat_fields_mask uint32)
- func (item *UsefulServiceUserEntityPaymentItem) Read(w []byte, nat_fields_mask uint32) (_ []byte, err error)
- func (item *UsefulServiceUserEntityPaymentItem) ReadBoxed(w []byte, nat_fields_mask uint32) (_ []byte, err error)
- func (item *UsefulServiceUserEntityPaymentItem) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_fields_mask uint32) error
- func (item *UsefulServiceUserEntityPaymentItem) Reset()
- func (UsefulServiceUserEntityPaymentItem) TLName() string
- func (UsefulServiceUserEntityPaymentItem) TLTag() uint32
- func (item *UsefulServiceUserEntityPaymentItem) Write(w []byte, nat_fields_mask uint32) []byte
- func (item *UsefulServiceUserEntityPaymentItem) WriteBoxed(w []byte, nat_fields_mask uint32) []byte
- func (item *UsefulServiceUserEntityPaymentItem) WriteBoxedGeneral(w []byte, nat_fields_mask uint32) (_ []byte, err error)
- func (item *UsefulServiceUserEntityPaymentItem) WriteGeneral(w []byte, nat_fields_mask uint32) (_ []byte, err error)
- func (item *UsefulServiceUserEntityPaymentItem) WriteJSON(w []byte, nat_fields_mask uint32) []byte
- func (item *UsefulServiceUserEntityPaymentItem) WriteJSONGeneral(w []byte, nat_fields_mask uint32) (_ []byte, err error)
- func (item *UsefulServiceUserEntityPaymentItem) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_fields_mask uint32) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsefulServiceUserEntityPaymentItem ¶
type UsefulServiceUserEntityPaymentItem struct { Id string Promo tlUsefulServiceUserEntityPaymentItemPromoBoxedMaybe.UsefulServiceUserEntityPaymentItemPromoBoxedMaybe }
func (*UsefulServiceUserEntityPaymentItem) FillRandom ¶
func (item *UsefulServiceUserEntityPaymentItem) FillRandom(rg *basictl.RandGenerator, nat_fields_mask uint32)
func (*UsefulServiceUserEntityPaymentItem) Read ¶
func (item *UsefulServiceUserEntityPaymentItem) Read(w []byte, nat_fields_mask uint32) (_ []byte, err error)
func (*UsefulServiceUserEntityPaymentItem) ReadBoxed ¶
func (item *UsefulServiceUserEntityPaymentItem) ReadBoxed(w []byte, nat_fields_mask uint32) (_ []byte, err error)
func (*UsefulServiceUserEntityPaymentItem) Reset ¶
func (item *UsefulServiceUserEntityPaymentItem) Reset()
func (UsefulServiceUserEntityPaymentItem) TLName ¶
func (UsefulServiceUserEntityPaymentItem) TLName() string
func (UsefulServiceUserEntityPaymentItem) TLTag ¶
func (UsefulServiceUserEntityPaymentItem) TLTag() uint32
func (*UsefulServiceUserEntityPaymentItem) Write ¶
func (item *UsefulServiceUserEntityPaymentItem) Write(w []byte, nat_fields_mask uint32) []byte
func (*UsefulServiceUserEntityPaymentItem) WriteBoxed ¶
func (item *UsefulServiceUserEntityPaymentItem) WriteBoxed(w []byte, nat_fields_mask uint32) []byte
func (*UsefulServiceUserEntityPaymentItem) WriteBoxedGeneral ¶
func (item *UsefulServiceUserEntityPaymentItem) WriteBoxedGeneral(w []byte, nat_fields_mask uint32) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*UsefulServiceUserEntityPaymentItem) WriteGeneral ¶
func (item *UsefulServiceUserEntityPaymentItem) WriteGeneral(w []byte, nat_fields_mask uint32) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*UsefulServiceUserEntityPaymentItem) WriteJSON ¶
func (item *UsefulServiceUserEntityPaymentItem) WriteJSON(w []byte, nat_fields_mask uint32) []byte
func (*UsefulServiceUserEntityPaymentItem) WriteJSONGeneral ¶
func (item *UsefulServiceUserEntityPaymentItem) WriteJSONGeneral(w []byte, nat_fields_mask uint32) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*UsefulServiceUserEntityPaymentItem) WriteJSONOpt ¶
Click to show internal directories.
Click to hide internal directories.