type github.com/gotd/td/tg.InputTakeoutFileLocation
19 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_gen.go#L824: type InputTakeoutFileLocation struct {
tl_input_file_location_gen.go#L831: func (i InputTakeoutFileLocation) construct() InputFileLocationClass { return &i }
tl_input_file_location_gen.go#L835: _ bin.Encoder = &InputTakeoutFileLocation{}
tl_input_file_location_gen.go#L836: _ bin.Decoder = &InputTakeoutFileLocation{}
tl_input_file_location_gen.go#L837: _ bin.BareEncoder = &InputTakeoutFileLocation{}
tl_input_file_location_gen.go#L838: _ bin.BareDecoder = &InputTakeoutFileLocation{}
tl_input_file_location_gen.go#L840: _ InputFileLocationClass = &InputTakeoutFileLocation{}
tl_input_file_location_gen.go#L843: func (i *InputTakeoutFileLocation) Zero() bool {
tl_input_file_location_gen.go#L852: func (i *InputTakeoutFileLocation) String() string {
tl_input_file_location_gen.go#L856: type Alias InputTakeoutFileLocation
tl_input_file_location_gen.go#L863: func (*InputTakeoutFileLocation) TypeID() uint32 {
tl_input_file_location_gen.go#L868: func (*InputTakeoutFileLocation) TypeName() string {
tl_input_file_location_gen.go#L873: func (i *InputTakeoutFileLocation) TypeInfo() tdp.Type {
tl_input_file_location_gen.go#L887: func (i *InputTakeoutFileLocation) Encode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L896: func (i *InputTakeoutFileLocation) EncodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L904: func (i *InputTakeoutFileLocation) Decode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L915: func (i *InputTakeoutFileLocation) DecodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L2648: v := InputTakeoutFileLocation{}
tl_registry_gen.go#L3651: InputTakeoutFileLocationTypeID: func() bin.Object { return &InputTakeoutFileLocation{} },
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. |