type github.com/gotd/td/tg.InputPhotoLegacyFileLocation
41 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_gen.go#L1159: type InputPhotoLegacyFileLocation struct {
tl_input_file_location_gen.go#L1178: func (i InputPhotoLegacyFileLocation) construct() InputFileLocationClass { return &i }
tl_input_file_location_gen.go#L1182: _ bin.Encoder = &InputPhotoLegacyFileLocation{}
tl_input_file_location_gen.go#L1183: _ bin.Decoder = &InputPhotoLegacyFileLocation{}
tl_input_file_location_gen.go#L1184: _ bin.BareEncoder = &InputPhotoLegacyFileLocation{}
tl_input_file_location_gen.go#L1185: _ bin.BareDecoder = &InputPhotoLegacyFileLocation{}
tl_input_file_location_gen.go#L1187: _ InputFileLocationClass = &InputPhotoLegacyFileLocation{}
tl_input_file_location_gen.go#L1190: func (i *InputPhotoLegacyFileLocation) Zero() bool {
tl_input_file_location_gen.go#L1217: func (i *InputPhotoLegacyFileLocation) String() string {
tl_input_file_location_gen.go#L1221: type Alias InputPhotoLegacyFileLocation
tl_input_file_location_gen.go#L1226: func (i *InputPhotoLegacyFileLocation) FillFrom(from interface {
tl_input_file_location_gen.go#L1245: func (*InputPhotoLegacyFileLocation) TypeID() uint32 {
tl_input_file_location_gen.go#L1250: func (*InputPhotoLegacyFileLocation) TypeName() string {
tl_input_file_location_gen.go#L1255: func (i *InputPhotoLegacyFileLocation) TypeInfo() tdp.Type {
tl_input_file_location_gen.go#L1294: func (i *InputPhotoLegacyFileLocation) Encode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1303: func (i *InputPhotoLegacyFileLocation) EncodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1317: func (i *InputPhotoLegacyFileLocation) Decode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1328: func (i *InputPhotoLegacyFileLocation) DecodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1378: func (i *InputPhotoLegacyFileLocation) GetID() (value int64) {
tl_input_file_location_gen.go#L1386: func (i *InputPhotoLegacyFileLocation) GetAccessHash() (value int64) {
tl_input_file_location_gen.go#L1394: func (i *InputPhotoLegacyFileLocation) GetFileReference() (value []byte) {
tl_input_file_location_gen.go#L1402: func (i *InputPhotoLegacyFileLocation) GetVolumeID() (value int64) {
tl_input_file_location_gen.go#L1410: func (i *InputPhotoLegacyFileLocation) GetLocalID() (value int) {
tl_input_file_location_gen.go#L1418: func (i *InputPhotoLegacyFileLocation) GetSecret() (value int64) {
tl_input_file_location_gen.go#L2662: v := InputPhotoLegacyFileLocation{}
tl_input_file_location_slices_gen.go#L187: value, ok := elem.(*InputPhotoLegacyFileLocation)
tl_input_file_location_slices_gen.go#L785: type InputPhotoLegacyFileLocationArray []InputPhotoLegacyFileLocation
tl_input_file_location_slices_gen.go#L788: func (s InputPhotoLegacyFileLocationArray) Sort(less func(a, b InputPhotoLegacyFileLocation) bool) InputPhotoLegacyFileLocationArray {
tl_input_file_location_slices_gen.go#L796: func (s InputPhotoLegacyFileLocationArray) SortStable(less func(a, b InputPhotoLegacyFileLocation) bool) InputPhotoLegacyFileLocationArray {
tl_input_file_location_slices_gen.go#L804: func (s InputPhotoLegacyFileLocationArray) Retain(keep func(x InputPhotoLegacyFileLocation) bool) InputPhotoLegacyFileLocationArray {
tl_input_file_location_slices_gen.go#L818: func (s InputPhotoLegacyFileLocationArray) First() (v InputPhotoLegacyFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L826: func (s InputPhotoLegacyFileLocationArray) Last() (v InputPhotoLegacyFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L834: func (s *InputPhotoLegacyFileLocationArray) PopFirst() (v InputPhotoLegacyFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L844: var zero InputPhotoLegacyFileLocation
tl_input_file_location_slices_gen.go#L853: func (s *InputPhotoLegacyFileLocationArray) Pop() (v InputPhotoLegacyFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L868: return s.Sort(func(a, b InputPhotoLegacyFileLocation) bool {
tl_input_file_location_slices_gen.go#L875: return s.SortStable(func(a, b InputPhotoLegacyFileLocation) bool {
tl_input_file_location_slices_gen.go#L881: func (s InputPhotoLegacyFileLocationArray) FillMap(to map[int64]InputPhotoLegacyFileLocation) {
tl_input_file_location_slices_gen.go#L888: func (s InputPhotoLegacyFileLocationArray) ToMap() map[int64]InputPhotoLegacyFileLocation {
tl_input_file_location_slices_gen.go#L889: r := make(map[int64]InputPhotoLegacyFileLocation, len(s))
tl_registry_gen.go#L3653: InputPhotoLegacyFileLocationTypeID: func() bin.Object { return &InputPhotoLegacyFileLocation{} },
|
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. |