type github.com/gotd/td/tg.InputMediaEmpty
19 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L38: type InputMediaEmpty struct {
tl_input_media_gen.go#L45: func (i InputMediaEmpty) construct() InputMediaClass { return &i }
tl_input_media_gen.go#L49: _ bin.Encoder = &InputMediaEmpty{}
tl_input_media_gen.go#L50: _ bin.Decoder = &InputMediaEmpty{}
tl_input_media_gen.go#L51: _ bin.BareEncoder = &InputMediaEmpty{}
tl_input_media_gen.go#L52: _ bin.BareDecoder = &InputMediaEmpty{}
tl_input_media_gen.go#L54: _ InputMediaClass = &InputMediaEmpty{}
tl_input_media_gen.go#L57: func (i *InputMediaEmpty) Zero() bool {
tl_input_media_gen.go#L66: func (i *InputMediaEmpty) String() string {
tl_input_media_gen.go#L70: type Alias InputMediaEmpty
tl_input_media_gen.go#L77: func (*InputMediaEmpty) TypeID() uint32 {
tl_input_media_gen.go#L82: func (*InputMediaEmpty) TypeName() string {
tl_input_media_gen.go#L87: func (i *InputMediaEmpty) TypeInfo() tdp.Type {
tl_input_media_gen.go#L101: func (i *InputMediaEmpty) Encode(b *bin.Buffer) error {
tl_input_media_gen.go#L110: func (i *InputMediaEmpty) EncodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L118: func (i *InputMediaEmpty) Decode(b *bin.Buffer) error {
tl_input_media_gen.go#L129: func (i *InputMediaEmpty) DecodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L4546: v := InputMediaEmpty{}
tl_registry_gen.go#L3623: InputMediaEmptyTypeID: func() bin.Object { return &InputMediaEmpty{} },
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. |