type github.com/gotd/td/tg.InputReplyToStoryArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_reply_to_slices_gen.go#L133: func (s InputReplyToClassArray) AsInputReplyToStory() (to InputReplyToStoryArray) {
tl_input_reply_to_slices_gen.go#L228: type InputReplyToStoryArray []InputReplyToStory
tl_input_reply_to_slices_gen.go#L231: func (s InputReplyToStoryArray) Sort(less func(a, b InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L239: func (s InputReplyToStoryArray) SortStable(less func(a, b InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L247: func (s InputReplyToStoryArray) Retain(keep func(x InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L261: func (s InputReplyToStoryArray) First() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L269: func (s InputReplyToStoryArray) Last() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L277: func (s *InputReplyToStoryArray) PopFirst() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L296: func (s *InputReplyToStoryArray) Pop() (v InputReplyToStory, ok bool) {
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. |