type github.com/gotd/td/tg.InputWebFileLocationClass
22 uses
github.com/gotd/td/tg (current package)
tl_input_web_file_location_gen.go#L49: func (i InputWebFileLocation) construct() InputWebFileLocationClass { return &i }
tl_input_web_file_location_gen.go#L58: _ InputWebFileLocationClass = &InputWebFileLocation{}
tl_input_web_file_location_gen.go#L230: func (i InputWebFileGeoPointLocation) construct() InputWebFileLocationClass { return &i }
tl_input_web_file_location_gen.go#L239: _ InputWebFileLocationClass = &InputWebFileGeoPointLocation{}
tl_input_web_file_location_gen.go#L520: func (i InputWebFileAudioAlbumThumbLocation) construct() InputWebFileLocationClass { return &i }
tl_input_web_file_location_gen.go#L529: _ InputWebFileLocationClass = &InputWebFileAudioAlbumThumbLocation{}
tl_input_web_file_location_gen.go#L822: type InputWebFileLocationClass interface {
tl_input_web_file_location_gen.go#L827: construct() InputWebFileLocationClass
tl_input_web_file_location_gen.go#L842: func DecodeInputWebFileLocation(buf *bin.Buffer) (InputWebFileLocationClass, error) {
tl_input_web_file_location_gen.go#L876: InputWebFileLocation InputWebFileLocationClass
tl_input_web_file_location_slices_gen.go#L38: type InputWebFileLocationClassArray []InputWebFileLocationClass
tl_input_web_file_location_slices_gen.go#L41: func (s InputWebFileLocationClassArray) Sort(less func(a, b InputWebFileLocationClass) bool) InputWebFileLocationClassArray {
tl_input_web_file_location_slices_gen.go#L49: func (s InputWebFileLocationClassArray) SortStable(less func(a, b InputWebFileLocationClass) bool) InputWebFileLocationClassArray {
tl_input_web_file_location_slices_gen.go#L57: func (s InputWebFileLocationClassArray) Retain(keep func(x InputWebFileLocationClass) bool) InputWebFileLocationClassArray {
tl_input_web_file_location_slices_gen.go#L71: func (s InputWebFileLocationClassArray) First() (v InputWebFileLocationClass, ok bool) {
tl_input_web_file_location_slices_gen.go#L79: func (s InputWebFileLocationClassArray) Last() (v InputWebFileLocationClass, ok bool) {
tl_input_web_file_location_slices_gen.go#L87: func (s *InputWebFileLocationClassArray) PopFirst() (v InputWebFileLocationClass, ok bool) {
tl_input_web_file_location_slices_gen.go#L97: var zero InputWebFileLocationClass
tl_input_web_file_location_slices_gen.go#L106: func (s *InputWebFileLocationClassArray) Pop() (v InputWebFileLocationClass, ok bool) {
tl_upload_get_web_file_gen.go#L39: Location InputWebFileLocationClass
tl_upload_get_web_file_gen.go#L85: GetLocation() (value InputWebFileLocationClass)
tl_upload_get_web_file_gen.go#L199: func (g *UploadGetWebFileRequest) GetLocation() (value InputWebFileLocationClass) {
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. |