type github.com/gotd/td/tg.InputPhotoEmpty
20 uses
github.com/gotd/td/tg (current package)
tl_input_photo_gen.go#L38: type InputPhotoEmpty struct {
tl_input_photo_gen.go#L45: func (i InputPhotoEmpty) construct() InputPhotoClass { return &i }
tl_input_photo_gen.go#L49: _ bin.Encoder = &InputPhotoEmpty{}
tl_input_photo_gen.go#L50: _ bin.Decoder = &InputPhotoEmpty{}
tl_input_photo_gen.go#L51: _ bin.BareEncoder = &InputPhotoEmpty{}
tl_input_photo_gen.go#L52: _ bin.BareDecoder = &InputPhotoEmpty{}
tl_input_photo_gen.go#L54: _ InputPhotoClass = &InputPhotoEmpty{}
tl_input_photo_gen.go#L57: func (i *InputPhotoEmpty) Zero() bool {
tl_input_photo_gen.go#L66: func (i *InputPhotoEmpty) String() string {
tl_input_photo_gen.go#L70: type Alias InputPhotoEmpty
tl_input_photo_gen.go#L77: func (*InputPhotoEmpty) TypeID() uint32 {
tl_input_photo_gen.go#L82: func (*InputPhotoEmpty) TypeName() string {
tl_input_photo_gen.go#L87: func (i *InputPhotoEmpty) TypeInfo() tdp.Type {
tl_input_photo_gen.go#L101: func (i *InputPhotoEmpty) Encode(b *bin.Buffer) error {
tl_input_photo_gen.go#L110: func (i *InputPhotoEmpty) EncodeBare(b *bin.Buffer) error {
tl_input_photo_gen.go#L118: func (i *InputPhotoEmpty) Decode(b *bin.Buffer) error {
tl_input_photo_gen.go#L129: func (i *InputPhotoEmpty) DecodeBare(b *bin.Buffer) error {
tl_input_photo_gen.go#L372: func (i *InputPhotoEmpty) AsNotEmpty() (*InputPhoto, bool) {
tl_input_photo_gen.go#L390: v := InputPhotoEmpty{}
tl_registry_gen.go#L3645: InputPhotoEmptyTypeID: func() bin.Object { return &InputPhotoEmpty{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |