github.com/gotd/td/tg.HelpEditUserInfoRequest.Entities (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_edit_user_info_gen.go#L47: Entities []MessageEntityClass
tl_help_edit_user_info_gen.go#L71: if !(e.Entities == nil) {
tl_help_edit_user_info_gen.go#L95: e.Entities = from.GetEntities()
tl_help_edit_user_info_gen.go#L158: b.PutVectorHeader(len(e.Entities))
tl_help_edit_user_info_gen.go#L159: for idx, v := range e.Entities {
tl_help_edit_user_info_gen.go#L207: e.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_help_edit_user_info_gen.go#L214: e.Entities = append(e.Entities, value)
tl_help_edit_user_info_gen.go#L241: return e.Entities
tl_help_edit_user_info_gen.go#L246: return MessageEntityClassArray(e.Entities)
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. |