type github.com/gotd/td/tg.InputFileLocation
34 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_gen.go#L38: type InputFileLocation struct {
tl_input_file_location_gen.go#L56: func (i InputFileLocation) construct() InputFileLocationClass { return &i }
tl_input_file_location_gen.go#L60: _ bin.Encoder = &InputFileLocation{}
tl_input_file_location_gen.go#L61: _ bin.Decoder = &InputFileLocation{}
tl_input_file_location_gen.go#L62: _ bin.BareEncoder = &InputFileLocation{}
tl_input_file_location_gen.go#L63: _ bin.BareDecoder = &InputFileLocation{}
tl_input_file_location_gen.go#L65: _ InputFileLocationClass = &InputFileLocation{}
tl_input_file_location_gen.go#L68: func (i *InputFileLocation) Zero() bool {
tl_input_file_location_gen.go#L89: func (i *InputFileLocation) String() string {
tl_input_file_location_gen.go#L93: type Alias InputFileLocation
tl_input_file_location_gen.go#L98: func (i *InputFileLocation) FillFrom(from interface {
tl_input_file_location_gen.go#L113: func (*InputFileLocation) TypeID() uint32 {
tl_input_file_location_gen.go#L118: func (*InputFileLocation) TypeName() string {
tl_input_file_location_gen.go#L123: func (i *InputFileLocation) TypeInfo() tdp.Type {
tl_input_file_location_gen.go#L154: func (i *InputFileLocation) Encode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L163: func (i *InputFileLocation) EncodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L175: func (i *InputFileLocation) Decode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L186: func (i *InputFileLocation) DecodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L222: func (i *InputFileLocation) GetVolumeID() (value int64) {
tl_input_file_location_gen.go#L230: func (i *InputFileLocation) GetLocalID() (value int) {
tl_input_file_location_gen.go#L238: func (i *InputFileLocation) GetSecret() (value int64) {
tl_input_file_location_gen.go#L246: func (i *InputFileLocation) GetFileReference() (value []byte) {
tl_input_file_location_gen.go#L2620: v := InputFileLocation{}
tl_input_file_location_slices_gen.go#L122: value, ok := elem.(*InputFileLocation)
tl_input_file_location_slices_gen.go#L263: type InputFileLocationArray []InputFileLocation
tl_input_file_location_slices_gen.go#L266: func (s InputFileLocationArray) Sort(less func(a, b InputFileLocation) bool) InputFileLocationArray {
tl_input_file_location_slices_gen.go#L274: func (s InputFileLocationArray) SortStable(less func(a, b InputFileLocation) bool) InputFileLocationArray {
tl_input_file_location_slices_gen.go#L282: func (s InputFileLocationArray) Retain(keep func(x InputFileLocation) bool) InputFileLocationArray {
tl_input_file_location_slices_gen.go#L296: func (s InputFileLocationArray) First() (v InputFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L304: func (s InputFileLocationArray) Last() (v InputFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L312: func (s *InputFileLocationArray) PopFirst() (v InputFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L322: var zero InputFileLocation
tl_input_file_location_slices_gen.go#L331: func (s *InputFileLocationArray) Pop() (v InputFileLocation, ok bool) {
tl_registry_gen.go#L3647: InputFileLocationTypeID: func() bin.Object { return &InputFileLocation{} },
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. |